This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corten/src
Anthony Foxclaw 853188b010 Fixed bug with VM assigning wrong opcode
- Fixed a bug with VM assigning wrong opcode. After doing a little digging into the Iridium 1 source code (skipping to the next part of the tutorial), I discovered I had to have implement from() function in both directions. I.e. the Opcode outputs integer and integer outputs an Opcode. Derp moment in retrospective since I already had it done for the former but this is a learning experience.
- Moved Opcode enum to assembler module.
2020-02-08 15:14:37 -05:00
..
assembler Fixed bug with VM assigning wrong opcode 2020-02-08 15:14:37 -05:00
assembler.rs Fixed bug with VM assigning wrong opcode 2020-02-08 15:14:37 -05:00
instruction.rs Fixed bug with VM assigning wrong opcode 2020-02-08 15:14:37 -05:00
main.rs Initial start on assembly parser 2020-02-07 21:10:16 -05:00
repl.rs Finished assembler paser 2020-02-07 23:53:59 -05:00
vm.rs Fixed bug with VM assigning wrong opcode 2020-02-08 15:14:37 -05:00