From: cuz Date: Tue, 19 Apr 2005 11:53:04 +0000 (+0000) Subject: Place initcwd in the INIT segment X-Git-Tag: V2.12.0~373 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=977cb3d90051bf0569f7dc91189c582e56dc7390;p=cc65 Place initcwd in the INIT segment git-svn-id: svn://svn.cc65.org/cc65/trunk@3468 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/initcwd.s b/libsrc/apple2/initcwd.s index d1ebcc1c9..c17e081e3 100644 --- a/libsrc/apple2/initcwd.s +++ b/libsrc/apple2/initcwd.s @@ -8,6 +8,8 @@ .include "zeropage.inc" .include "mli.inc" + .segment "INIT" + initcwd: ; Use imported buffer lda #<__cwd