mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
add comment
This commit is contained in:
parent
95ba42bb69
commit
a3814da96f
@ -91,6 +91,8 @@ visible: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
.word SCREEN_HEIGHT/2 ; YPos
|
||||
.word SCREEN_WIDTH/2 ; XPos
|
||||
|
@ -113,6 +113,8 @@ oldval: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
.word (SCREEN_HEIGHT+1)/2 ; YPos
|
||||
.word (SCREEN_WIDTH+1)/2 ; XPos
|
||||
|
Loading…
Reference in New Issue
Block a user