v80 icon indicating copy to clipboard operation
v80 copied to clipboard

CP/M: Search other user-numbers (and drives?) for include files

Open Kroc opened this issue 1 year ago • 0 comments

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).

Kroc avatar Oct 04 '24 11:10 Kroc