publicMasters/1-ComputationAndData/MVaP/add.mvap

8 lines
55 B
Plaintext

# calcule : 2 + 40
PUSHI 2
PUSHI 40
ADD
WRITE
POP
HALT