[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 65C816 Cross Development Tools



"Jay Krell" <jay.krell@cornell.edu> writes:
 
>for Super NES). Even if that isn't the case, you could surely "retarget" it
 
You still have the problem that ORCA/MPW/C doesn't output assembly
code but object files which would have to be dissassembled,
grokked, and then reassembled.
 
>I'm surprised the GNU tools don't support 65816. What are the "real" Super
>NES tools?
 
To paraphrase the GNU coding standards: "Assume 32-bit computers,
don't consider 64-bits, and definitely don't make any concessions
for 16-bit computers."  GCC assumes 32 bits (though recent versions
may have a flag to assume 16-bit integers).  Interestingly, newer
versions of gdb have support for the '816.