Age | Commit message (Expand) | Author |
---|---|---|
2023-10-15 | Renamed opcodes PUSH_*REG to PUSH_*_REGISTER | Aryadev Chavali |
2023-10-15 | Rearranged opcodes (switched mov with push_reg) | Aryadev Chavali |
2023-10-15 | Added instructions to push register values onto the stack | Aryadev Chavali |
2023-10-15 | Added instructions for popping differing types | Aryadev Chavali |
2023-10-15 | Added opcodes for MOV and ability for instructions to hold registers | Aryadev Chavali |
2023-10-15 | Make push opcodes a specific bit set and add a NOOP opcode | Aryadev Chavali |
2023-10-15 | Split off instruction structure to its own file | Aryadev Chavali |