1
Files
logisim-assembler/programs/input_output.lasm8_v1
2023-03-21 18:34:35 +01:00

5 lines
102 B
Plaintext

# Add 10 to the input number, then output the result
MOV input, reg1
MOV 10, reg2
ADD
MOV reg3, output