diff --git a/tasm/read.tasm b/tasm/read.tasm new file mode 100644 index 0000000..108c930 --- /dev/null +++ b/tasm/read.tasm @@ -0,0 +1,5 @@ +top: read r1 +disp r1 +add r1 r0 r0 +disp r1 +jmp top