MIT2MOT
Section: User Commands (1)
Updated: May 30, 1993
Index
Return to Main Contents
NAME
mit2mot - comvert assembler files from MIT to Motorola syntax
SYNOPSIS
mit2mot
[
-o
outfile
]
filename
DESCRIPTION
Mit2mot
translates 68000 assembly code from MIT syntax, as used by GCC's
gas,
into Motorola syntax, which can be assembled by HSC and most other Atari
C compilers. MIT-style comments of the form:
-
| This is a comment.
are stripped out.
OPTIONS
Only one option is available:
-
- -o
-
Specifies the output file, a la
cc.
By default, output goes to a file with the same base name as the input
file and extension
.s.
DIAGNOSTICS
- Unsupported assembler directive
-
The file used a GCC assembler directive that either doesn't have an
equivalent in Motorola syntax or
mit2mot
doesn't know how to translate.
BUGS
None that I know of. The assembler-directive translation may be a bit
HSC-specific, but I don't think that will be a problem. As always,
please report any bugs you find to me, Scott Bigham, at dsb@cs.duke.edu.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- DIAGNOSTICS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 03:12:40 GMT, February 10, 2022