Browse Source

Update FAT.COM, Add MBASIC Manual

- Minor update to FAT.COM for CP/NET compatibility.  Who knew the CP/NET requestor code mucks with the IX & IY register?
- Add David Reese's excellent recreation of Microsoft BASIC manual.
patch
Wayne Warthen 5 years ago
parent
commit
b912761fcc
  1. BIN
      Doc/Microsoft Basic-80 Reference Manual v5.0.pdf
  2. BIN
      Source/Apps/FAT/FAT.com
  3. 9
      Source/Apps/FAT/ReadMe.txt
  4. BIN
      Source/RomDsk/ROM_1024KB/FAT.COM

BIN
Doc/Microsoft Basic-80 Reference Manual v5.0.pdf

Binary file not shown.

BIN
Source/Apps/FAT/FAT.com

Binary file not shown.

9
Source/Apps/FAT/ReadMe.txt

@ -1,7 +1,7 @@
RomWBW HBIOS CP/M FAT Utility ("FAT.COM") RomWBW HBIOS CP/M FAT Utility ("FAT.COM")
Author: Wayne Warthen Author: Wayne Warthen
Updated: 11-Oct-2019
Updated: 12-Apr-2021
Application to manipulate and exchange files with a FAT (DOS) Application to manipulate and exchange files with a FAT (DOS)
filesystem. Runs on any HBIOS hosted CP/M implementation. filesystem. Runs on any HBIOS hosted CP/M implementation.
@ -47,7 +47,7 @@ NOTES:
"C:README.TXT" refers to CP/M file README.TXT on CP/M drive C "C:README.TXT" refers to CP/M file README.TXT on CP/M drive C
"README.TXT" refers to CP/M file README.TXT on current CP/M drive "README.TXT" refers to CP/M file README.TXT on current CP/M drive
- Files with SYS, HIDDEN, or R/O only attributes are not given
- FAT files with SYS, HIDDEN, or R/O only attributes are not given
any special treatment. Such files are found and processed any special treatment. Such files are found and processed
like any other file. However, any attempt to write to a like any other file. However, any attempt to write to a
read-only file will fail and the application will abort. read-only file will fail and the application will abort.
@ -70,7 +70,7 @@ BUILD NOTES:
- Application is based on FatFs. FatFs source is included. - Application is based on FatFs. FatFs source is included.
- SDCC compiler is required to build (v3.9.0 known working).
- SDCC compiler is required to build (v4.0.0 known working).
- ZX CP/M emulator is required to build (from RomWBW distribution). - ZX CP/M emulator is required to build (from RomWBW distribution).
@ -88,6 +88,8 @@ TO DO:
- Do something intelligent with R/O and SYS files on FAT - Do something intelligent with R/O and SYS files on FAT
- Support UNA
HISTORY: HISTORY:
2-May-2019: v0.9 (beta) initial release 2-May-2019: v0.9 (beta) initial release
7-May-2019: v0.9.1 (beta) added REN and DEL 7-May-2019: v0.9.1 (beta) added REN and DEL
@ -98,4 +100,5 @@ HISTORY:
10-Oct-2019: v0.9.6 (beta) added FORMAT 10-Oct-2019: v0.9.6 (beta) added FORMAT
11-Oct-2019: v0.9.7 (beta) fix FORMAT to use existing partition table entries 11-Oct-2019: v0.9.7 (beta) fix FORMAT to use existing partition table entries
add attributes to directory listing add attributes to directory listing
12-Apr-2021: v0.9.8 (beta) support CP/NET drives

BIN
Source/RomDsk/ROM_1024KB/FAT.COM

Binary file not shown.
Loading…
Cancel
Save