mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 20:31:02 +00:00
commit
9aa6e3b51d
@ -66,10 +66,10 @@ _5 TXA ; get operand
|
|||||||
.)
|
.)
|
||||||
|
|
||||||
_INI .( ; initialize common
|
_INI .( ; initialize common
|
||||||
|
LDA #0 ; initialize RSI
|
||||||
|
STA _RSI
|
||||||
; copy system functions (TODO)
|
; copy system functions (TODO)
|
||||||
; load program (TODO)
|
; load program (TODO)
|
||||||
LDA #0 ; clear RSI
|
|
||||||
STA _RSI
|
|
||||||
JMP (_PC) ; go to last loaded block
|
JMP (_PC) ; go to last loaded block
|
||||||
.)
|
.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user