|
|
fedce53741
|
set 6850 to divide-by-1 instead of divide-by-64
|
2024-05-03 13:50:06 -07:00 |
|
John Honniball
|
e75d651477
|
Checksum 0601. Add 'U' and 'V' commands to write and read (respectively) I/O locations in a tight scope loop. Exit loop via RESET.
|
2017-04-05 23:06:23 +01:00 |
|
John Honniball
|
5f20ef6f55
|
Checksum 905B. Add 'O' command to write a byte to an I/O location. Address first (00-FF), then the byte to send. Could do with testing on the digital I/O card.
|
2017-04-04 22:51:20 +01:00 |
|
John Honniball
|
cff10958ad
|
Checksum AB61. Add 'I' command to read from a given I/O address. Resulting byte is printed.
|
2017-04-04 22:25:52 +01:00 |
|
John Honniball
|
9a3471a137
|
Checksum FF1C. Fix RAM test so that uninstalled RAM is not detected as if present in the ascending memory-fill test. Also improve 'F' command to accept a byte to fill with, and to fill all potential RAM from 2000h to ffffh. Old LDIR-based RAM fill is now 'Z', but still won't work if RAM is only partially installed (i.e. if less than 32k present).
|
2017-04-04 21:58:41 +01:00 |
|
John Honniball
|
4e81a027d3
|
Change '.gitignore' to allow Github to see the HEX file. This is useful for users who want to simply burn an EPROM and run the code without needing to install the RC2014 SDK. Update README to match.
|
2017-03-26 14:29:59 +01:00 |
|