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

Re: cross assembler sought



In article <1994Mar31.133338.4040@vax1.mankato.msus.edu>,
Everybody knows!.... <ultimav@vax1.mankato.msus.edu> wrote:
>In article <2n8lvp$kp5@colin.muc.de>, behrenss@muc.de (Soenke Behrens) writes:
>> In article <1994Mar28.091129.24925@cobra.uni.edu>,
>>  <fishern3485@cobra.uni.edu> wrote:
>> I highly recommend something simply called "AS", it's a share(free?)ware
>> cross assembler that a) understands damn near any CPU already anyway
>> and b) can be extended if you are still not satisfied :)
> Anyway if you are talking about hte same 'as' cross assembler i thnik you are
>then it right now only cross-assembles the 68xx family, such as 6802, 6805,
>6808, 6809, 68hc11, etc... but not 65xx... and the compiler itself is called
>'as11', which i've been trying to squash a pifty bug that makes it not
>recognize labels on the second pass..

Nope, that's not the one. It really is named AS, not AS11, and it supports
(last time I looked):

8021, 8048, 8049, 8051, 8080, 8085, 8086, 8087, 80186, uPD78(C)1x, V20, V30,
Z8, Z80, Z180, Hitachi 6301, Moto 6800, 6805, 6809, 68(HC)11, 68000...68030
incl. MMU and FPU, 65(C)02 incl. spin-offs MELPS-740, MELPS-7700, CMD 65816,
SGS 6804, Microchip PIC16C54..16C57, PIC16C84, PIC17C42, Toshiba TLCS-90(0L),
and, finally, TMS32010/015.

Pascal source is available, although it's not very good documented. Adding
support for new CPUs is supposedly easy.

Soenke