View all by Ali107
Ali107
Follow Ali107
Follow
Following Ali107
Following
Add To Collection
Collection
Community
Devlog
AsembSim 2
←
Return to AsembSim 2
Devlog
AsembSim Update v2.0.1
December 03, 2025
by
Ali107
Added support for Linux. You will now get a dialog when you close AsembSim while a program is being executed. Updated button names within Main menu. Updated "Text editor" button name within the docume...
Continue reading
AsembSim Update v2.0.0
December 02, 2025
by
Ali107
This is a massive update that changes how the simulated AsembSim 8-bit computer executes instructions and changes how the compiler works, therefore all previously created scripts and compiled binaries...
Continue reading
AsembSim Update v1.1.3
November 26, 2024
by
Ali107
1
Added Undo - Ctrl+Z Added Redo - Ctrl+Y or Ctrl+Shift+Z Added support for comments that start with // or -- The name of opened file will now be displayed in the window title. Compiler error will now b...
Continue reading
AsembSim Update v1.1.2
October 06, 2024
by
Ali107
1
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...
Continue reading
AsembSim Update v1.1.1
October 01, 2024
by
Ali107
1
Changelog Added Syntax Highlighting in the Editor Added Open keyboard shortcut in the Editor - Ctrl+O Added Save keyboard shortcut in the Editor - Ctrl+S Added Info keyboard shortcut in the Editor - F...
Continue reading
AsembSim Update v1.1.0
September 28, 2024
by
Ali107
1
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...
Continue reading
AsembSim Update v1.0.1
September 27, 2024
by
Ali107
1
Here what have been changed Added new 'mul' opcode instruction that multiplies two numbers (0x02) Added two new registers r6 (0x86), and r7 (0x87) Output register rout have been changed from r5 to be...
Continue reading