Kernel: Simple monitor program for Z80 and Z180, useful for inspecting
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 17 Jan 2015 12:15:24 +0000 (12:15 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 17 Jan 2015 12:15:24 +0000 (12:15 +0000)
commit971aa930bdf1e266527fbb4e99e926d68de20778
tree5ca42c4609554771c37b0ed16116798db0a40f37
parent77ec456100a309a253b9345fbc4c853e2d4f7774
Kernel: Simple monitor program for Z80 and Z180, useful for inspecting
machine state.

Platform must provide an "inchar" routine which waits for a character on
the console and returns it in A.

This patch also implements the monitor on the p112 and n8vem-mark4
platforms.
Kernel/lib/monitor-z80.s [new file with mode: 0644]
Kernel/platform-n8vem-mark4/Makefile
Kernel/platform-n8vem-mark4/fuzix.lnk
Kernel/platform-n8vem-mark4/kernel.def
Kernel/platform-n8vem-mark4/mark4.s
Kernel/platform-n8vem-mark4/monitor.s [new file with mode: 0644]
Kernel/platform-p112/Makefile
Kernel/platform-p112/fuzix.lnk
Kernel/platform-p112/kernel.def
Kernel/platform-p112/monitor.s [new file with mode: 0644]
Kernel/platform-p112/p112.s