50 lines
1.0 KiB
ReStructuredText
50 lines
1.0 KiB
ReStructuredText
.. RST source for toacme(1) man page. Convert with:
|
|
.. rst2man.py toacme.rst > toacme.1
|
|
|
|
.. |version| replace:: 0.97+20250126_r434
|
|
.. |date| date::
|
|
|
|
====
|
|
acme
|
|
====
|
|
|
|
-----------------------------------------------------
|
|
converts other assemblers' source code to ACME format
|
|
-----------------------------------------------------
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
toacme *format* *input-file* *output-file*
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
**toacme** converts 6502 assembly source in various formats (mostly
|
|
Commodore 64/128) to **acme** format. Run **toacme** with no arguments
|
|
to see the list of supported formats.
|
|
|
|
The full documentation for **toacme** is installed in:
|
|
|
|
/usr/doc/acme-|version|/toacme
|
|
|
|
COPYRIGHT
|
|
=========
|
|
|
|
See the file /usr/doc/acme-|version|/toacme/COPYING for license information.
|
|
|
|
AUTHORS
|
|
=======
|
|
|
|
toacme was written by Marco Baye.
|
|
|
|
This man page written for the SlackBuilds.org project
|
|
by B. Watson, and is licensed under the WTFPL.
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
**acme**\(1)
|
|
|
|
The acme homepage: https://sourceforge.net/projects/acme-crossass/
|