diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-26 17:44:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-26 17:44:59 +0000 |
commit | 0de276bf920792fde90164a06a2be1631f8e1568 (patch) | |
tree | a5cd07253b0fc383be10a51f936d06ddefdfccce /devel/tpasm/pkg-descr | |
parent | a04450f908d42f88531642e90955267aeae59ddf (diff) |
Notes
Diffstat (limited to 'devel/tpasm/pkg-descr')
-rw-r--r-- | devel/tpasm/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/tpasm/pkg-descr b/devel/tpasm/pkg-descr new file mode 100644 index 000000000000..a9de62e96de2 --- /dev/null +++ b/devel/tpasm/pkg-descr @@ -0,0 +1,24 @@ +Tpasm is a command line based cross assembler for a variety of common +microprocessors and controllers, currently supporting: + +Rockwell 6502 (6502, 65c02) +Motorola 6805 (6805, 68705), 6809, 68hc11 +Intel 8051 (8031, 8032, 8051, 8052, 80c390) +Atmel AVR (avt, attiny, at90, atmega series) +Core Technologies CTXP-1 +Microchip PIC (12xxx, 14xxx, 16xxx, 17xxx series) +Sunplus SPCxxx series +Zilog Z80 (z80, z180) + +Features are: + + * True multi-pass assembly (will take as many passes as needed) + * Multiple segments + * Sophisticated expressions + * Macros, repeats, conditionals + * Arbitrary length labels + * Local labels + * Supporting new processors is reasonably straightforward + * Can switch between processors during assembly + +WWW: http://www.sqrt.com/ |