From 977cb3d90051bf0569f7dc91189c582e56dc7390 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 19 Apr 2005 11:53:04 +0000 Subject: [PATCH] Place initcwd in the INIT segment git-svn-id: svn://svn.cc65.org/cc65/trunk@3468 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/initcwd.s | 2 ++ 1 file changed, 2 insertions(+) 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