Skip to content

Releases: holbein/Virtual-Assembling-Machine

More functions

09 Feb 21:10
Compare
Choose a tag to compare

new features:

  • un-/redo
  • labels
  • empty lines
  • some bug fixes
  • and others

New table of processes feature

31 Jan 11:02
Compare
Choose a tag to compare

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

28 Jan 18:27
Compare
Choose a tag to compare

new features:

  • asks before close if text changed
  • supports now 1, 2 and 4 bytes
  • and other less important changes

Important changes

24 Jan 21:03
Compare
Choose a tag to compare

Now you can:

  • execute your program step by step
  • see where your errors are
  • open/save your program

registers now also in decimal

23 Jan 18:57
Compare
Choose a tag to compare

The value of the registers is now also shown in decimal and the image has changed.

First Release

23 Jan 17:52
Compare
Choose a tag to compare

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