Removed the index printing in fib.asm
This commit is contained in:
@@ -11,18 +11,14 @@
|
|||||||
|
|
||||||
;; Print REG[0] and REG[1]
|
;; Print REG[0] and REG[1]
|
||||||
;; Here is the loop back point `#`
|
;; Here is the loop back point `#`
|
||||||
push.hword 1
|
push.byte '\t'
|
||||||
print.hword
|
|
||||||
push.byte ':'
|
|
||||||
print.char
|
print.char
|
||||||
push.reg.word 0
|
push.reg.word 0
|
||||||
print.word
|
print.word
|
||||||
push.byte '\n'
|
push.byte '\n'
|
||||||
print.char
|
print.char
|
||||||
|
|
||||||
push.hword 2
|
push.byte '\t'
|
||||||
print.hword
|
|
||||||
push.byte ':'
|
|
||||||
print.char
|
print.char
|
||||||
push.reg.word 1
|
push.reg.word 1
|
||||||
print.word
|
print.word
|
||||||
|
|||||||
Reference in New Issue
Block a user