On Tue, 10 Aug 2004, ben franchuk wrote:
Yes, but try and find it today. Fig forth is for the
8080 and 6502 with I/O
supplied by the user and ASM source. While I suspect you can get a
version for the 8088 I don't expect you can get the source for it.
Read keyboard, test keyboard ready, print to screen, read disk block,
write disk block I think is all that is needed.
If that's all that you need, we can do it trivially with calls
to the BIOS ROM at Int16h, 16h, 10h, 13h, and 13h.