From: ol.sc
Date: Fri, 4 Sep 2009 21:32:41 +0000 (+0000)
Subject: Adjusted to the changed default start address.
X-Git-Tag: V2.13.0rc1~136
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78a7af13e62a922a14b1f2a779d9949d61be0faf;p=cc65
Adjusted to the changed default start address.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4120 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/apple2/mainargs.s b/libsrc/apple2/mainargs.s
index a6a2e372f..b5ba0bd96 100644
--- a/libsrc/apple2/mainargs.s
+++ b/libsrc/apple2/mainargs.s
@@ -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.