davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
428 stars 62 forks source link

Various CP/M improvement #195

Closed davidgiven closed 5 years ago

davidgiven commented 5 years ago

This overhauls the CP/M plat and does a lot of byte shaving to produce smaller binaries. There's now a raw CP/M system call library which gives access to BDOS; using this avoids stdio completely. Applications can choose whether they want to overwrite the CCP or not and exiting works correctly either way --- if the CCP is in memory, the program returns there directly.