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

As copied from code.google.com/rzzzwilson.

This commit is contained in:
Ross Wilson
2015-05-20 19:02:17 +07:00
parent f95cf16fda
commit fa2c04ad95
343 changed files with 42429 additions and 0 deletions

15
README Normal file
View File

@@ -0,0 +1,15 @@
This is the IMLAC simulator written in Python - pymlac.
This python version is slowly being converted from the C version.
The IMLAC: http://en.wikipedia.org/wiki/Imlac_PDS-1
The directories here are:
bin - place for imlac papertape executables (*.ptp & other files)
disasm - an imlac executable disassembler
(for either papertape or tty programs)
iasm - imlac cross assembler program (ptp or tty)
idasm - an interactive disassembler (ptp or tty)
images - loadable imlac images I have found on the 'net
pymlac - the imlac emulator in python
vimlac.pics - various pictures of vimlac (C interpreter) screens