mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
8c0ffd397b
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
14 lines
769 B
Text
14 lines
769 B
Text
rmac (cross assembler for 6502 and 68000)
|
|
|
|
RMAC began its life as MADMAC. It was initially written at Atari
|
|
Corporation by programmers who needed a high performance assembler for
|
|
their work. Then, more than 20 years later, because there was still a
|
|
need for such an assembler and what was available wasn't up to
|
|
expectations, Subqmod and eventually Reboot continued work on the
|
|
freely released source, adding Jaguar extensions and fixing bugs. And
|
|
of course recently 6502 support was added back!
|
|
|
|
RMAC targets the Atari Jaguar, ST, and 800/XL/XE 8-bit systems. The
|
|
file "ATARI.S" mentioned in the documentation is installed to
|
|
"/usr/share/rmac/atari.s". To use it in a project, either copy it to
|
|
the project directory, or give -i/usr/share/rmac as an argument to rmac.
|