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

Update status

This commit is contained in:
Ross Wilson
2016-05-22 13:59:37 +07:00
parent eb19a43a30
commit df86dea935

View File

@@ -1,12 +1,17 @@
STATUS
======
Development is occurring mainly in the *pymlac* subdirectory. Occasionally
the python code is mirrored into the *vimlac* subdirectory (translated to C).
Development is occurring mainly in the *pymlac* subdirectory. Some development
of tools occurs in the *pyasm* directory.
The current state of the CPU testing is nearing completion. That is, all
of the pure-CPU instructions are tested and working. I/O instructions and
conditionals on device state are being tested at the moment.
The CPU has been tested. The papertape reader/punch device and the TTY devices
(input and output) seem to work. The display instructions and device are now
being tested.
Testing is stalled a little as the chosen GUIs (wxpython or pyQt) have problems
being installed on OSX. Testing continues with the display being simulated by
writing a PPM graphics file for each refresh of the display. Slow, but it
means testing can proceed.
The Imlac
=========