Devlogs
AsembSim Update v1.1.2
Posted October 06, 2024 by Ali107
Changelog:
- Added line Duplication - Ctrl+D
- Added -c and -cn command line argument that will compile AsembSim code to binary and save it (-cn does it without opening console).
- example command: AsembSim.exe -c code.asmb output.bin
- Added -r command line argument that will run compiled binary files without launching the editor window.
- example command: AsembSim.exe -r binary.bin