Devlogs
AsembSim Update v1.1.0
Posted September 28, 2024 by Ali107
Changelog:
- Added Support for Comments - Use ';' to add comments
- Added 8 new registers, totalling to 16 registers
- Added 'div' instruction - Divides two numbers
- Added 'rem' instruction - Gets remainder of two numbers
- Added 'hlt_in' instruction - Pauses program execution and waits for user character input
- Added 'hlt_out' instruction - Halts program execution with an output value
- Added "Save as" Button in the Editor
- rout register is now changed from r7 to r15
Note that compiled binary code created in previous versions will not run correctly. You have to recompile the assembly code, if you still have it saved.