Two Stop Bits
new
|
comments
|
tags
|
ask
|
submit
login
mbessey
2 days ago
|
parent
| on:
The UCSD p-System, Apple Pascal, and a dream of cr...
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.
reply
bmonkey325
2 days 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...