From 78a7af13e62a922a14b1f2a779d9949d61be0faf Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Fri, 4 Sep 2009 21:32:41 +0000 Subject: [PATCH] Adjusted to the changed default start address. git-svn-id: svn://svn.cc65.org/cc65/trunk@4120 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/mainargs.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5