[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PIC Cross-assembler on an Apple IIe or IIgs?
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.