1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
2022-01-02 20:29:25 +11:00
..
2022-01-02 20:29:25 +11:00
2015-07-26 18:23:30 +07:00
2015-10-11 21:51:07 +07:00
2022-01-02 20:11:11 +11:00
2022-01-02 20:11:11 +11:00
2022-01-02 20:11:11 +11:00
2022-01-02 20:11:11 +11:00
2022-01-02 20:29:25 +11: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'.