Meet CliCalc Embedded Memory Monitor
CliCalc Embedded Memory Monitor In all its Glory. |
Its fairly basic at the moment. only having single-address-at-a-time reads and writes, for the data, instruction, and IO buses respectively.
Fun:
via 'L', you can write to the IObus. that may not sound like much, but that means you can do this:
- start clicalc from the xas.py shell (so you can still see the TTY output mirrored to the OS terminal's standard output)
- enter the memory monitor via 'p'
- 'L' command: address 500, value 30 :A grey screen should appear in place of the pygame window's emulated text screen.
- 'L' command: address 507, value 9490 :The screen should turn bright violet/purple
- 'L' command: address 500, value 0 :The tty should now be displayed again.
No comments:
Post a Comment