Initial commit (from Logisim-Assembler)
This commit is contained in:
5
programs/input_output.lasm8_v1
Normal file
5
programs/input_output.lasm8_v1
Normal file
@ -0,0 +1,5 @@
|
||||
# Add 10 to the input number, then output the result
|
||||
MOV input, reg1
|
||||
MOV 10, reg2
|
||||
ADD
|
||||
MOV reg3, output
|
||||
Reference in New Issue
Block a user