Two Stop Bits
new
|
comments
|
tags
|
ask
|
submit
login
mbessey
2 days ago
|
parent
You're limited to 64k on the AppleII, but one of the extensions to standard Pascal that Apple Pascal supports is "segments", where you can break a larger program into multiple code segments, which can replace each other in memory.
bmonkey325
1 day ago
Turbo Pascal had a similar method where code segments could be swapped in and out via .OVL files that were created at compile/link time.
https://secondboyet.com/articles/publishedarticles/theslithy...
reply
https://secondboyet.com/articles/publishedarticles/theslithy...