1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-08 20:31:31 +00:00

Use new assembler syntax

git-svn-id: svn://svn.cc65.org/cc65/trunk@2631 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-11-10 10:00:15 +00:00
parent bd2edbf02f
commit 4698646a64

View File

@ -11,7 +11,7 @@
.include "extzp.inc"
.segment "EXTZP", zeropage
.segment "EXTZP" : zeropage
vic: .res 2
sid: .res 2