Unify indentation of labels in calculator.asm

This commit is contained in:
Juhani Krekelä 2022-09-15 17:28:30 +03:00
parent 37f487ae3f
commit 41bdec1b12
1 changed files with 8 additions and 8 deletions

View File

@ -136,7 +136,7 @@ debug:
breq r0, r0, debugLoop breq r0, r0, debugLoop
debugEnd: debugEnd:
cleq r0, r0, newline cleq r0, r0, newline
load r0, debugr0 load r0, debugr0
@ -942,7 +942,7 @@ stZeroMem:
cleq r0, r0, stSwap cleq r0, r0, stSwap
breq r0, r0, stZeroMem breq r0, r0, stZeroMem
stZeroMemDone: stZeroMemDone:
ret ret
; ================================================================== ; ==================================================================