Assembler + Multitasking Virtual Machine, written in JavaScript

Select Program:





Hint: the syntax is similar to GNU Assembler

Supported opcodes:
general statementsnop, mov, cmp
jump statementsjmp, je, jne
arithmetic operationsadd, sub, mul, div, mod
stackpush, pop, call, ret
interruptsint


Registers: %eax, %ebx, %ecx, %edx

Todo: more jump conditions, killing processes.