Age | Commit message (Expand) | Author |
---|---|---|
2023-11-01 | Removed OP_EQ signed versions as they're useless | Aryadev Chavali |
2023-10-31 | Added new macro for bitwise comparison construction | Aryadev Chavali |
2023-10-31 | Added flag which forces the printing of hexes | Aryadev Chavali |
2023-10-31 | Use macros to stop duplication of code | Aryadev Chavali |
2023-10-31 | Introduced 3 new union members to data_t | Aryadev Chavali |
2023-10-31 | Remove duplicated code | Aryadev Chavali |
2023-10-31 | Implemented all the comparators | Aryadev Chavali |
2023-10-31 | Use standardised signed version of word type from base.h | Aryadev Chavali |
2023-10-31 | Implemented new types of EQ, forced all comparators to push bytes | Aryadev Chavali |
2023-10-31 | vm_execute_all: Print every cycle on VERBOSE >= 2, just print final state oth... | Aryadev Chavali |
2023-10-31 | Created routines for new comparator opcodes (not implemented) | Aryadev Chavali |
2023-10-23 | src->vm, Makefile is now a bit more abstracted and pretty colours | Aryadev Chavali |