This commit is contained in:
hellerve
2015-07-14 18:06:44 +02:00
commit 591a51290c
5 changed files with 181 additions and 0 deletions

4
examples/example.mml Normal file
View File

@@ -0,0 +1,4 @@
100 031012 Load register one with the number 12
101 032013 Load register two with the number 13
102 051002 Add register two to register one.
103 000000 Halt. The answer is in register one.