Releases: holbein/Virtual-Assembling-Machine
Releases · holbein/Virtual-Assembling-Machine
More functions
new features:
- un-/redo
- labels
- empty lines
- some bug fixes
- and others
New table of processes feature
Now you can see what the register values were at what point in the process, by clicking on "View" on the menu bar and activating the "show table" radio button.
Some changes
new features:
- asks before close if text changed
- supports now 1, 2 and 4 bytes
- and other less important changes
Important changes
Now you can:
- execute your program step by step
- see where your errors are
- open/save your program
registers now also in decimal
The value of the registers is now also shown in decimal and the image has changed.
First Release
The VMA supports following commands:
- LOAD x
- DLOAD i
- STORE x
- ADD x
- SUB x
- MULT x
- DIV x
- JUMP n
- JGE n
- JGT n
- JLE n
- JLT n
- JEQ n
- JNE n
- END