Files
cmm/examples/example.mml
hellerve 591a51290c initial
2015-07-14 18:06:44 +02:00

5 lines
205 B
Plaintext

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.