From d7c36aad4323c06b5626b392f29c790dbc9d17cf Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 14 Oct 2004 16:50:13 +0000 Subject: [PATCH] Adjusted startup code for new linker config git-svn-id: svn://svn.cc65.org/cc65/trunk@3245 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/lynx/crt0.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/lynx/crt0.s b/libsrc/lynx/crt0.s index 1d8e19de3..6653b6d3b 100644 --- a/libsrc/lynx/crt0.s +++ b/libsrc/lynx/crt0.s @@ -25,7 +25,7 @@ .import zerobss .import callmain .import _main - .import __CODE_LOAD__, __BSS_LOAD__ + .import __BSS_LOAD__ .import __RAM_START__, __RAM_SIZE__ .include "zeropage.inc" @@ -36,8 +36,8 @@ .segment "EXEHDR" .word $0880 - .byte >__CODE_LOAD__, <__CODE_LOAD__ - .byte >__BSS_LOAD__, <(__BSS_LOAD__ - 1) + .dbyt __RAM_START__ + .dbyt __BSS_LOAD__ - 1 .byte $42,$53 .byte $39,$33