]> git.sur5r.net Git - cc65/commitdiff
Minor comment harmonization.
authorOliver Schmidt <ol.sc@web.de>
Sat, 11 Jan 2014 22:35:21 +0000 (23:35 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sat, 11 Jan 2014 22:35:21 +0000 (23:35 +0100)
libsrc/c128/mou/c128-1351.s
libsrc/c128/mou/c128-joy.s
libsrc/c128/mou/c128-pot.s
libsrc/c64/mou/c64-1351.s
libsrc/c64/mou/c64-joy.s
libsrc/c64/mou/c64-pot.s
libsrc/cbm510/mou/cbm510-joy.s

index f2a71647c39411dc2f16e31ba5d254763ee7fb40..1f8e6d5cd0630aa4f80d6b6d3a9f0920503cd8af 100644 (file)
@@ -81,10 +81,11 @@ YMax:           .res    2               ; Y2 value of bounding box
 OldValue:       .res    1               ; Temp for MoveCheck routine
 NewValue:       .res    1               ; Temp for MoveCheck routine
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (We use ".proc" because we want to define both a label and a scope.)
+
 .proc   DefVars
         .byte   0, 0                    ; OldPotX/OldPotY
         .word   SCREEN_HEIGHT/2         ; YPos
index 8c3bd779d53412c95660b8d7adb9a0fcc2408487..53dd5ec4a367765079e0fcc33e85daa71414e71f 100644 (file)
@@ -87,10 +87,11 @@ Buttons:        .res    1               ; Button mask
 
 Temp:           .res    1
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (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 ab69228968c655c075b89dfe133a520aba0d4d14..ccefeb01b79b7882c24a6519250b96ec85dae7d1 100644 (file)
@@ -84,10 +84,11 @@ Buttons:        .res    1               ; Button mask
 
 Temp:           .res    1
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (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 ec053b0b2522be4ceabd2b02237511dc2bcde27a..f561f1a8a5a367c39d068978ffdd0919dbd712a4 100644 (file)
@@ -101,10 +101,9 @@ Buttons:        .res    1               ; button status bits
 OldValue:       .res    1               ; Temp for MoveCheck routine
 NewValue:       .res    1               ; Temp for MoveCheck routine
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
 ; (We use ".proc" because we want to define both a label and a scope.)
 
 .proc   DefVars
index 05f0ce50e0f6019c30b7771cd62d1dde53f16410..5f3bec8ed9c734746e090751dd14fbd248d62a58 100644 (file)
@@ -106,10 +106,11 @@ Buttons:        .res    1               ; Button mask
 
 Temp:           .res    1
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (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 3eb977477fe18de0c4409e99b3019d7f68d43f99..0ca4460780f6acd04f940660b163bfb8e07a73a1 100644 (file)
@@ -84,10 +84,11 @@ Buttons:        .res    1               ; Button mask
 
 Temp:           .res    1
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (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 9381cf7616b9ae9238ef02422a57838aba5332e5..effdb7cc0802a75cf2ee40392ea7c7a39041669e 100644 (file)
@@ -89,10 +89,11 @@ YMax:           .res    2               ; Y2 value of bounding box
 
 Temp:           .res    1
 
-; Default values for above variables
-
 .rodata
 
+; Default values for below variables
+; (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