Re: [cc65] Romable configuration / run-time library?

From: Oliver Schmidt <ol.sc1web.de>
Date: 2013-01-18 21:55:46
Hi Darryl,

> ; Copy DATA_LOAD to DATA_RUN
>         ldy     __DATA_SIZE__
> L0:     lda     __DATA_LOAD__,y
>         sta     __DATA_RUN__,y
>         iny
>         cpy     #<__DATA_SIZE__
>         bne     L0

The code above copies up to 255 bytes. Maybe you want to check your
map file if the DATA segment is already larger than 255 bytes...

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Jan 18 21:56:05 2013

This archive was generated by hypermail 2.1.8 : 2013-01-18 21:56:08 CET