Re: [cc65] da65 .org

From: Greg King <gngking1erols.com>
Date: 2004-04-19 21:25:51
From: MagerValp; on Date: Friday, April 16, 2004, at 10:15 AM
>
> I'm disassembling the Final Chesscard roms, and noticed that da65
> doesn't have any support for relocated code. How about:
>
> range {
>       name "far_8000";
>       start $8669;
>       end $8679;
>       type reloccode; # set type to relocated code
>       addr $0100; # set actual address
> };

I think that the command should be: "org $0100".  It would imply:

      type reloccode; # set "type" to code that will be relocated
      addr $0100; # set assembled address

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Apr 19 21:31:21 2004

This archive was generated by hypermail 2.1.8 : 2004-04-19 21:31:27 CEST