1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

add comment

This commit is contained in:
Christian Groessler 2014-01-11 01:35:32 +01:00
parent 95ba42bb69
commit a3814da96f
2 changed files with 4 additions and 0 deletions

View File

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

View File

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