aboutsummaryrefslogtreecommitdiff
path: root/examples/fib.asm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fib.asm')
-rw-r--r--examples/fib.asm8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/fib.asm b/examples/fib.asm
index 2864ba3..5542f48 100644
--- a/examples/fib.asm
+++ b/examples/fib.asm
@@ -11,18 +11,14 @@
;; Print REG[0] and REG[1]
;; Here is the loop back point `#`
- push.hword 1
- print.hword
- push.byte ':'
+ push.byte '\t'
print.char
push.reg.word 0
print.word
push.byte '\n'
print.char
- push.hword 2
- print.hword
- push.byte ':'
+ push.byte '\t'
print.char
push.reg.word 1
print.word