[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PIC Cross-assembler on an Apple IIe or IIgs?
Eric Smith wrote:
|Matthew Montchalin <mmontcha@OregonVOS.net> writes:
|> Does anybody here have a PIC cross-assembler that executes on an Apple
|> IIe or Apple IIgs?
|
|If you have an ANSI C compiler, you should be able to use either GPASM
|(part of GPUTILS), or one I hacked together from the old Motorola
|freeware assemblers:
|
| http://gputils.sourceforge.net/
| http://www.brouhaha.com/~eric/software/asm68/
|
|I haven't tried either on an Apple IIgs because I don't have an ANSI C
|compiler for it, and because I find it easiest to do software development
|on a Linux system.
Thanks for the lead, I'll try to make heads or tails of it. So far,
it seems that programming the PIC in hex is the only practical way,
it's just that I need to use the same table of symbolic labels with
several different PIC programs, implementing minor changes in each
to get them to do what I want them to do. That's where a symbolic
assembler really excels.