Use new assembler syntax

git-svn-id: svn://svn.cc65.org/cc65/trunk@2629 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-09 23:00:22 +00:00
parent 6f088806d7
commit 99cca3618c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
.exportzp cursor_x, cursor_y, cursor_flag
.exportzp cursor_c, cursor_r
.segment "EXTZP", zeropage
.segment "EXTZP" : zeropage
cursor_x: .res 2 ; Cursor column (0-319/639)
cursor_y: .res 1 ; Cursor row (0-199)