]> git.sur5r.net Git - cc65/blobdiff - libsrc/telestrat/orixhdr.s
Fix comments and TELEMON uppercase
[cc65] / libsrc / telestrat / orixhdr.s
index 0046bb79cc1d1a677273b1d58fa0575294665a96..58e93efbbc958eccd89ec1bd59e4eab1eb098953 100644 (file)
 
 .segment        "ORIXHDR"
 
-    .byte   $01, $00                ; non C64 marker (same as o65 format)
+    .byte   $01, $00                ; Non C64 marker (same as o65 format)
 
-    .byte   "ori"                   ; magic number
+    .byte   "ori"                   ; Magic number
 
-    .byte   $01                     ; version of the header
+    .byte   $01                     ; Version of the header
     .byte   $00,%00000000           ; 6502 only
-    .byte   $00,$00                 ; type of language
+    .byte   $00,$00                 ; Type of language
     .byte   $00,$00                 ; OS version 
 
-    .byte   $00                     ;  reserved
-    .byte   $00                     ;  auto or not
+    .byte   $00                     ; Reserved
+    .byte   $00                     ; Auto or not
 
     .word   __MAIN_START__          ; Address of start of file
-    .word   __MAIN_LAST__ - 1       ;  Address of end of file
-    .word   __MAIN_START__          ;  Address of start of file
+    .word   __MAIN_LAST__ - 1       ; Address of end of file
+    .word   __MAIN_START__          ; Address of start of file