I'm writing a binary that adds ampersand routines to Applesoft BASIC.
If I'm running from DOS 3.3, I need to JMP DOSWARM to exit, but if I use ProDOS I can just RTS.
Question:
What is the recommended way to detect what DOS is running programmactically?
If I'm running from DOS 3.3, I need to JMP DOSWARM to exit, but if I use ProDOS I can just RTS.
Question:
What is the recommended way to detect what DOS is running programmactically?