[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 65C816 Cross Development Tools
- Subject: Re: 65C816 Cross Development Tools
- From: kws@delphi.com
- Date: 1999/04/07
- Newsgroups: comp.sys.apple2
- Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
- References: <7e91l5$2e6$1@chico.htc.honeywell.com> <7ec4lc$f06@sjx-ixn10.ix.netcom.com>
"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.