]> git.sur5r.net Git - cc65/commitdiff
add comment
authorChristian Groessler <chris@groessler.org>
Sat, 11 Jan 2014 00:35:32 +0000 (01:35 +0100)
committerChristian Groessler <chris@groessler.org>
Mon, 20 Jan 2014 22:04:29 +0000 (23:04 +0100)
libsrc/atari/mou/atrjoy.s
libsrc/atari/mou/atrst.s

index e1c745adfef91bedcadceed6ac6bb0cae75625ce..9915a4ff1dfd9b3aeab77f213e2f588a6581497a 100644 (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
index 1e7e77b3a94fa5b6bf78790fcfe2998ada986e73..72808ad161d5a715d76f0250c93f1c94bfc69efa 100644 (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