Add an assembly program to demonstrate reading.

This commit is contained in:
Danila Fedorin 2018-06-05 17:36:18 -07:00
parent 39c3fcf9b8
commit c0862e34ba
1 changed files with 5 additions and 0 deletions

5
tasm/read.tasm Normal file
View File

@ -0,0 +1,5 @@
top: read r1
disp r1
add r1 r0 r0
disp r1
jmp top