summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/test.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/asm/test.asm b/asm/test.asm
index 4c3369f..5d58ff7 100644
--- a/asm/test.asm
+++ b/asm/test.asm
@@ -1,6 +1,6 @@
.text
init:
- liuz B 0x40
+ li B _clock
lw B 0(B)
jz B init
add D D B
@@ -11,8 +11,7 @@ init:
j init
ser_out_msg:
- liuz C 0x41
- lil C 0x02
+ li C _output
ser_out_msg_loop:
lb B 0(A)
jz B ser_out_msg_ret