Question 1:I have my scrumpel working now with the internal baudrate generator. It has 1 MB RAM and my monitorprogram with CP/M bootloader is moved into RAM (Bank 0).As in romwbw I want to use paging. When I run CP/M my monitor program must be invisible. The monitor resides at 0x0100. But with paging I want to use monitor subroutines also under CP/M.Can someone help me out with suggestions, examples, pitfalls etc.? Waine? Alan?I know that the stack and variables must reside in common memory. I had in mind to use 0xf000-0xffff for this. Any help is appreciated.
Question 2:The hardware used in Scrumpel is almost the same as the SC126, but the chip-select bits are different and it use another I/O address. (this I can change in the source of ROMWBW)
About my question 2: So loading romwbw.com won't work. I thought to load it into the lower 512K RAM because I have RAM in stead of ROM... How does those romwbw.com files work then? I thought it could temporary replace your romwbw in ROM? This to try a new version without messing up your ROM in i.e sc126?If I understand it quite well, romwbw.com uses routines from the romwbw in ROM to load... unfortunately... :-(
Mark