diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-15 19:17:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:58 +0700 |
commit | d0054721275c45e57d386ff16ef5931667087a1a (patch) | |
tree | 55fbd59dd137fee0cfa0644371002e1d339d7e91 /development/vasm/README | |
parent | 272bd978798a0947c88ad65dfaee43a44df523c0 (diff) |
development/vasm: Added (portable multi-target cross assembler)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vasm/README')
-rw-r--r-- | development/vasm/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/vasm/README b/development/vasm/README new file mode 100644 index 000000000000..465a80938f6c --- /dev/null +++ b/development/vasm/README @@ -0,0 +1,9 @@ +vasm (portable multi-target cross assembler) + +vasm is a portable and retargetable assembler able to create linkable +objects in different formats as well as absolute code. Different CPU, +syntax, and output modules are supported. + +Supported target CPUs: + +6502 6800 6809 arm c16x jagrisc m68k pdp11 ppc tr3200 vidcore x86 z80 |