Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!zephyr.ens.tek.com!vice!georgep From: georgep@vice.ICO.TEK.COM (George Pell) Newsgroups: sci.electronics Subject: Re: 68C11 Cross-Compiler (how about 8051?) Message-ID: <4649@vice.ICO.TEK.COM> Date: 1 Feb 90 07:46:19 GMT References: <2748@lll-lcc.UUCP> <51199@bu.edu.bu.edu> <971@occrsh.ATT.COM> Reply-To: georgep@vice.ICO.TEK.COM (George Pell) Organization: Tektronix, Inc., Beaverton, OR. Lines: 22 In article <971@occrsh.ATT.COM> qac@occrsh.ATT.COM (Quentin_Conner) writes: + +Does anybody know of a PD 8051 cross-assembler ? + +Quentin Conner +-------------- +qac@occrsh.att.com I am using TASM, a table driven cross assembler which I downloaded from the SIMTEL archives. It doesn't have any built in instruction set, instead, it uses another file which describes the instructions for the target u-processor. It comes with tables for 8048, 6502, 8051, 8085, Z80, and 6805. Instructions are given for building your own tables for other u-processor types. I also downloaded asm51, but found it too unconventional to be useful. geo