]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/mainargs.s
don't use constructor to setup runtime stack
[cc65] / libsrc / apple2 / mainargs.s
index a6a2e372fbcfda200a8a591ae8a3658b6821ca29..b5ba0bd961ad14270c5909a4048d7cbc12b812e8 100644 (file)
@@ -12,9 +12,9 @@
 
 ; Command-lines look like these lines:
 ;
-; call2048
-; call2048 : rem
-; call2048:rem arg1 " arg 2 is quoted "  arg3 "" arg5
+; call2051
+; call2051 : rem
+; call2051:rem arg1 " arg 2 is quoted "  arg3 "" arg5
 ;
 ; "call" and "rem" are entokenned; the args. are not. Leading and trailing
 ; spaces outside of quotes are ignored.