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:
cuz
2004-04-28 11:53:59 +00:00
parent 2ca1fbab34
commit dadaf734af
2 changed files with 51 additions and 51 deletions

View File

@@ -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