Commit Graph

218 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
0230ad2e39 Fixed remaining (known) wildcard bugs. 2021-09-10 14:35:54 -04:00
Bobbi Webber-Manners
161e840084 Moved BYTEVARBASE to auxmem.mosequ.s 2021-09-10 11:51:42 -04:00
Bobbi Webber-Manners
c61eb8ba0b Further wildcard fixup. Still some issues remain. 2021-09-10 01:10:16 -04:00
Bobbi Webber-Manners
689f29fa02 Squashed another wildcard bug. There are more! 2021-09-10 00:40:04 -04:00
Bobbi Webber-Manners
995f8769ab Fix multi-level wildcard search which I broke. 2021-09-10 00:12:40 -04:00
Bobbi Webber-Manners
9765af94c6 More progress on multi-file wildcards. Still bugs! 2021-09-09 22:52:22 -04:00
Bobbi Webber-Manners
b14b8ee71a Further refactoring. 2021-09-09 19:55:27 -04:00
Bobbi Webber-Manners
f534426793 Refactoring wildcard code a bit 2021-09-09 18:51:22 -04:00
Bobbi Webber-Manners
0c9b5327ae Updated the build date. 2021-09-09 16:15:16 -04:00
Bobbi Webber-Manners
8a39a760fd Merged in JGH's Sept 9 VDU driver update. 2021-09-09 16:01:32 -04:00
Bobbi Webber-Manners
980376bf71 Integrate wildcards into commands that use them. 2021-09-09 14:58:44 -04:00
Bobbi Webber-Manners
2ceebae7c1 Wildcards implemented for *DIR only at present. 2021-09-09 13:38:27 -04:00
Bobbi Webber-Manners
ee25c7b25c Fixed bug in WILDCARD (zero len segments) 2021-09-09 13:08:05 -04:00
Bobbi Webber-Manners
6245134704 Wildcard path matching seems to work now! 2021-09-09 11:16:15 -04:00
Bobbi Webber-Manners
70a6b2c7ed Wildcards are (somewhat) working. Just *DIR for now. 2021-09-09 01:01:39 -04:00
Bobbi Webber-Manners
6e11e3d7ba Work-in-progress on wildcards (not working yet) 2021-09-08 22:34:10 -04:00
Bobbi Webber-Manners
54a656f33e Cleaned up CRTFILE. 2021-09-06 23:43:42 -04:00
Bobbi Webber-Manners
043fa29c05 Missed two files! Here they are. 2021-09-06 22:29:59 -04:00
Bobbi Webber-Manners
cf14641c6d Big reorganization of MAINMEM.S - split into 5 2021-09-06 22:28:07 -04:00
Bobbi Webber-Manners
eb457b70af Renamed LOADER->MAINMEM.LDR 2021-09-06 21:39:36 -04:00
Bobbi Webber-Manners
c68153af2e Renamed MAIN.ROMMENU->MAINMEM.MENU 2021-09-06 21:38:20 -04:00
Bobbi Webber-Manners
34b3b81849 Merge JGH MACHRD and VDU driver updates 2021-09-06 19:36:04 -04:00
Bobbi Webber-Manners
86f815461e Fix to *ACCESS permissions 2021-09-06 17:15:07 -04:00
Bobbi Webber-Manners
b89dae988f Update README.md 2021-09-06 16:42:05 -04:00
Bobbi Webber-Manners
4fda1a05a0 Implemented *ACCESS 2021-09-06 16:35:31 -04:00
Bobbi Webber-Manners
3007572513 Update README.md 2021-09-05 23:05:16 -04:00
Bobbi Webber-Manners
0ec9c139c4 Added Applecorn-Collage.png 2021-09-05 23:00:37 -04:00
Bobbi Webber-Manners
4aec99c8f0 Update README.md 2021-09-05 21:52:47 -04:00
Bobbi Webber-Manners
ae90ac8a3c Update README.md 2021-09-05 21:51:04 -04:00
Bobbi Webber-Manners
a9086a3355 Finished *FREE. 2021-09-05 15:15:45 -04:00
Bobbi Webber-Manners
f5a8a65e96 Added support for *FREE (prints blks used atm) 2021-09-05 14:00:31 -04:00
Bobbi Webber-Manners
95e106e757 Added no-op OSBYTE 13,14,15 2021-09-05 07:27:05 -04:00
Bobbi Webber-Manners
acba233489 Merged JGH 'More preparation for VDU update' PR 2021-09-05 06:50:04 -04:00
Bobbi Webber-Manners
7ce731f614 Implemented *DRIVE :sd command. 2021-09-04 18:39:08 -04:00
Bobbi Webber-Manners
dfdc4bf308 RENAME now calls PREPATH on both args 2021-09-04 02:00:26 -04:00
Bobbi Webber-Manners
48dc3cbc74 Add code to handle files/dirs with initial digit 2021-09-03 23:54:18 -04:00
Bobbi Webber-Manners
0832187cf6 Trap *CAT file (ie: not directory) as an error. 2021-09-02 21:31:18 -04:00
Bobbi Webber-Manners
60f6c45057 *CAT now supports an optional directory argument 2021-09-02 20:35:36 -04:00
Bobbi Webber-Manners
52d802d375 *RENAME uses PARSNAME + PARSNAME2 now 2021-09-02 19:01:53 -04:00
Bobbi Webber-Manners
b7abbf1399 Reinstated *DIR error handling if no parm 2021-09-02 18:18:50 -04:00
Bobbi Webber-Manners
e66c0bea4c *DIR now uses PARSNAME too. 2021-09-02 17:59:04 -04:00
Bobbi Webber-Manners
b0306c78ab Use PARSNAME (ie:GSTRNS) in FINDHND also. 2021-09-02 17:31:37 -04:00
Bobbi Webber-Manners
6b09f0dd57 Use GSTRNS to parse OSFILE filenames 2021-09-02 17:16:35 -04:00
Bobbi Webber-Manners
aceeca1180 Merged in GSINIT/GSTRNS (from JGH) 2021-09-02 15:47:03 -04:00
Bobbi Webber-Manners
b0fb7b2000 Fixed LOADFILE bug (handle final partial blk) 2021-09-01 16:58:20 -04:00
Bobbi Webber-Manners
7fd29ad52f Added filetype check for LOAD/SAVE/OPEN. 2021-08-31 21:24:12 -04:00
Bobbi Webber-Manners
39eb723653 Fully integrated PREPATH (pathname preprocessing) 2021-08-31 20:10:34 -04:00
Bobbi Webber-Manners
28630fabdb JGH updates to *HELP and *CAT 2021-08-31 18:47:35 -04:00
Bobbi Webber-Manners
9e5c214e9c Update README.md 2021-08-31 00:00:54 -04:00
Bobbi Webber-Manners
4e9f3950a2 Update README.md 2021-08-30 23:57:21 -04:00