You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we don't have sub-directories in CP/M we could separate core vs. platform vs. library files by user-number (or drive?), so the include directive (.i) should search the other user-numbers if a file can't be found in the current one. A common pattern on CP/M is to store the main program in user 0 so that it's callable from any other user-number. This goes hand-in-hand with adding support for drive-letters [and user-numbers] in file names on CP/M (#9).
The text was updated successfully, but these errors were encountered:
Kroc
added
cpm
The Z80/8080 CP/M 2.2+ platform
Z80
Pertaining to Z80, either as the host CPU or the instruction set being used
labels
Oct 4, 2024
Since we don't have sub-directories in CP/M we could separate core vs. platform vs. library files by user-number (or drive?), so the include directive (
.i
) should search the other user-numbers if a file can't be found in the current one. A common pattern on CP/M is to store the main program in user 0 so that it's callable from any other user-number. This goes hand-in-hand with adding support for drive-letters [and user-numbers] in file names on CP/M (#9).The text was updated successfully, but these errors were encountered: