1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Struggling with RST markup

This commit is contained in:
Ross Wilson 2015-10-12 10:20:43 +07:00
parent 9ae9cb7c26
commit ef8dbc790a

View File

@ -5,13 +5,13 @@ 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'.
| 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'.