Rename FNAM_ADR to FNAM, use new := operator for addresses
git-svn-id: svn://svn.cc65.org/cc65/trunk@2992 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
|
||||
; Instead of banking in the ROM, store the values directly into the zeropage
|
||||
|
||||
@L3: stx FNAM_ADR
|
||||
sty FNAM_ADR+1
|
||||
@L3: stx FNAM
|
||||
sty FNAM+1
|
||||
|
||||
; Return to caller
|
||||
|
||||
|
||||
Reference in New Issue
Block a user