diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-12-06 10:02:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-12-06 10:02:50 +0000 |
commit | 478f0e0a56fc750b0d2dbfd792ea1d6e37c821a6 (patch) | |
tree | e2cc1452ac79f693fb8bc94b811a160692af4272 /devel/tpasm | |
parent | 657a2075946c6561bd999aa234557a2309e324d0 (diff) | |
download | ports-478f0e0a56fc750b0d2dbfd792ea1d6e37c821a6.tar.gz ports-478f0e0a56fc750b0d2dbfd792ea1d6e37c821a6.zip |
Notes
Diffstat (limited to 'devel/tpasm')
-rw-r--r-- | devel/tpasm/pkg-descr | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/devel/tpasm/pkg-descr b/devel/tpasm/pkg-descr index a9de62e96de2..989666df7daa 100644 --- a/devel/tpasm/pkg-descr +++ b/devel/tpasm/pkg-descr @@ -1,24 +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) + 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: +Features include: - * 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 + * 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/ |