Hi,
Now that your emulation is supporting most of the calls inherited from CP/M it is actually quite easy to create a CP/M-86 emulator by implementing
- E0h instead of 21 and transposing register management
- Adjust PSP and FCB
- Load CMD formats
How would you approach that? I think it is too messy to overlap both, and a fork could do the job better, what do you think? Worse trying a single one? The appeal of it is far more limited than dos ...
Hi,
Now that your emulation is supporting most of the calls inherited from CP/M it is actually quite easy to create a CP/M-86 emulator by implementing
How would you approach that? I think it is too messy to overlap both, and a fork could do the job better, what do you think? Worse trying a single one? The appeal of it is far more limited than dos ...