Store directly into zeropage
git-svn-id: svn://svn.cc65.org/cc65/trunk@1536 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,10 +55,10 @@ Head: .word @Next
|
||||
lda #14
|
||||
jsr BSOUT
|
||||
|
||||
; Set the bank for the file name our execution bank
|
||||
; Set the bank for the file name our execution bank
|
||||
|
||||
ldx #0
|
||||
jsr SETBNK
|
||||
lda #0
|
||||
sta FNAM_BANK
|
||||
|
||||
; Before doing anything else, we have to setup our banking configuration.
|
||||
; Otherwise just the lowest 16K are actually RAM. Writing through the ROM
|
||||
|
||||
Reference in New Issue
Block a user