DEV Community

Charles Anthony
Charles Anthony

Posted on

2024-02-07 ZIP for CP/M

Using "The Programmer's CP/M Handbook" by Andy Johnson-Laird.

Using CP/M v2 from [https://schorn.ch/altair.html].

I suspect that my ZIP should be putting buffers and stacks at the end of memory, but I need to better understand CP/M's memory layout and the implications of overwriting CCP, so I am going to leave that alone for the nonce.

Copying code from [https://github.com/dimitrit/figforth].

Renaming "DISKI/O" to "DSKI/O" due to name collision with "DISPLAY".

Transcribing and translating discio.asm from diitrit/figforth

Top comments (0)