From: cuz Date: Sat, 23 Nov 2002 22:06:01 +0000 (+0000) Subject: Must import sp now that the zp definitions are elsewhere X-Git-Tag: V2.12.0~2025 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=756091e31f10c673c2ee257992643a8f58ee40f7;p=cc65 Must import sp now that the zp definitions are elsewhere git-svn-id: svn://svn.cc65.org/cc65/trunk@1612 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atmos/crt0.s b/libsrc/atmos/crt0.s index 1fae39083..c386b9c4b 100644 --- a/libsrc/atmos/crt0.s +++ b/libsrc/atmos/crt0.s @@ -11,6 +11,7 @@ .import push0, _main, zerobss .import __RAM_START__, __RAM_SIZE__ ; Linker generated + .importzp sp ; ------------------------------------------------------------------------ ; Create an empty LOWCODE segment to avoid linker warnings