Add an assembly program to demonstrate reading.
This commit is contained in:
parent
39c3fcf9b8
commit
c0862e34ba
5
tasm/read.tasm
Normal file
5
tasm/read.tasm
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
top: read r1
|
||||||
|
disp r1
|
||||||
|
add r1 r0 r0
|
||||||
|
disp r1
|
||||||
|
jmp top
|
Loading…
Reference in New Issue
Block a user