Formatting.

This commit is contained in:
Russell-S-Harper 2018-08-07 20:28:59 -04:00
parent bb3b6cd683
commit c630c4ef6e

View File

@ -66,10 +66,10 @@ _5 TXA ; get operand
.)
_INI .( ; initialize common
LDA #0 ; initialize RSI
STA _RSI
; copy system functions (TODO)
; load program (TODO)
LDA #0 ; clear RSI
STA _RSI
JMP (_PC) ; go to last loaded block
.)