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

Add comment on GUI to use

This commit is contained in:
Ross Wilson 2016-05-22 14:02:38 +07:00
parent df86dea935
commit 7297666bbd

View File

@ -1,8 +1,8 @@
STATUS
======
Development is occurring mainly in the *pymlac* subdirectory. Some development
of tools occurs in the *pyasm* directory.
Development is occurring mainly in the **pymlac** subdirectory. Some
development of tools occurs in the **pyasm** directory.
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
@ -13,6 +13,11 @@ 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.
I'm still thinking about what graphics framework to use for the display. I may
just choose something simple that just shows the screen and forget about
anything showing the address lights, etc. This fits in with the CLI approach
used in **pymlac**.
The Imlac
=========