]> git.sur5r.net Git - cc65/blobdiff - libsrc/nes/mainargs.s
Renamed INITBSS to INIT and INIT to ONCE.
[cc65] / libsrc / nes / mainargs.s
index a9233382f0ed81ad1b7cfedd681a34d9d5068382..def01e81da8e83ced3441808c0446eb26489e8b5 100644 (file)
@@ -5,15 +5,15 @@
 ;
 
 
-       .constructor    initmainargs, 24
-               .import         __argc, __argv
+        .constructor    initmainargs, 24
+        .import         __argc, __argv
 
 
 ;---------------------------------------------------------------------------
-; Get possible command-line arguments. Goes into the special INIT segment,
+; Get possible command-line arguments. Goes into the special ONCE segment,
 ; which may be reused after the startup code is run
 
-.segment        "INIT"
+.segment        "ONCE"
 
 .proc   initmainargs