1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
Files
rzzzwilson.pymlac/iasm
2015-10-12 10:20:43 +07:00
..
2015-10-12 10:06:59 +07:00
2015-07-26 18:23:30 +07:00
2015-10-11 21:51:07 +07:00
2015-10-12 10:20:43 +07:00
2015-08-26 12:08:50 +07:00
2015-08-26 12:08:50 +07:00

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'.