From f8c7333c7045ee9e4dae38933c29c6db12dd2501 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 9 Jan 2014 15:53:04 +0100 Subject: Use more elegant _clock and _output in test asm file. --- asm/test.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'asm/test.asm') 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 -- cgit v1.2.3