mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
18 lines
883 B
ReStructuredText
18 lines
883 B
ReStructuredText
Imlac Assembler (iasm)
|
|
======================
|
|
|
|
The code here is an Imlac assembler that takes an Imlac assembler file and
|
|
generates a patertape file including the bootstrap loader. Optionally,
|
|
a listing file can also be produced.
|
|
|
|
Usage: iasm <option> <filename>
|
|
|
|
where <option> is zero or more of
|
|
-bptr use a papertape boot loader
|
|
-btty use a teletype boot loader
|
|
-l <file> write listing to file <file>
|
|
<filename> is the file to assemble.
|
|
|
|
The input filename has the form of 'file.asm' and
|
|
the output file will be 'file.ptp' or 'file.tty'.
|