mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 22:32:24 +00:00
Don't use .byte in BSS segments, as value is lost anyway.
This commit is contained in:
parent
94f83ea439
commit
5d2e748bd4
@ -11,8 +11,8 @@
|
||||
|
||||
.segment "EXTZP" : zeropage
|
||||
|
||||
CURS_X: .byte 0
|
||||
CURS_Y: .byte 0
|
||||
CURS_X: .res 1
|
||||
CURS_Y: .res 1
|
||||
SCREEN_PTR: .res 2
|
||||
|
||||
; size 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user