mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Fixed recent "Minor comment harmonization".
This commit is contained in:
@@ -83,7 +83,7 @@ NewValue: .res 1 ; Temp for MoveCheck routine
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -89,7 +89,7 @@ Temp: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -86,7 +86,7 @@ Temp: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -103,7 +103,7 @@ NewValue: .res 1 ; Temp for MoveCheck routine
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -108,7 +108,7 @@ Temp: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -86,7 +86,7 @@ Temp: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
@@ -91,7 +91,7 @@ Temp: .res 1
|
||||
|
||||
.rodata
|
||||
|
||||
; Default values for below variables
|
||||
; Default values for above variables
|
||||
; (We use ".proc" because we want to define both a label and a scope.)
|
||||
|
||||
.proc DefVars
|
||||
|
Reference in New Issue
Block a user