diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index fa3e17b6..357916e9 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index 4ba81464..9dc2086c 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Hardware.pdf b/Doc/RomWBW Hardware.pdf index 6bd56522..f30334fc 100644 Binary files a/Doc/RomWBW Hardware.pdf and b/Doc/RomWBW Hardware.pdf differ diff --git a/Doc/RomWBW Introduction.pdf b/Doc/RomWBW Introduction.pdf index 6baae71f..8efea810 100644 Binary files a/Doc/RomWBW Introduction.pdf and b/Doc/RomWBW Introduction.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index 97767cfc..5e41f7db 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index c93f758a..13519463 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/ReadMe.md b/ReadMe.md index d4afbaa0..d63b2e75 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,7 +7,7 @@ **RomWBW Introduction** \ Version 3.6 \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ -02 Jun 2025 +03 Jun 2025 # Overview diff --git a/ReadMe.txt b/ReadMe.txt index 8d5c0f90..eb0b23fb 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ RomWBW Introduction Wayne Warthen (wwarthen@gmail.com) -02 Jun 2025 +03 Jun 2025 diff --git a/Source/Doc/Catalog.md b/Source/Doc/Catalog.md index bdf05028..ab270e0a 100644 --- a/Source/Doc/Catalog.md +++ b/Source/Doc/Catalog.md @@ -1061,23 +1061,64 @@ The following files are found in | **File** | **Description** | |--------------|--------------------------------------------| -| ADVENT.COW | Adventure game program source | -| ADVENT.SUB | Submit file to build ADVENT | -| ADVENT?.TXT | Adventure game program resource | -| ADVMAIN.COW | Adventure game program source | -| RAND.AS | Assembler Library File | -| COWBE.COM | | -| COWFE.COM | RomWBW specific (Memory Manage) version | -| COWLINK.COM | | -| DYNMSORT.COW | demonstrates a sort algorithm | -| DYNMSORT.SUB | Submit file to build DYNMSORT | -| HEXDUMP.COW | a simple hex dump utility, purely a Cowgol | -| HEXDUMP.SUB | Submit file to build HEXDUMP | -| HMERGES.C | C Library File | -| XRND.AS | Assembler Library File | -| - | - | - -NOTE : The above is incomplete +| $EXEC.COM | HiTech C batch processor which launches the Cowgol toolchain executables | +| ADVENT.COW | Adventure game program source | +| ADVENT.SUB | SUBMIT file to build Adventure game | +| ADVENT?.TXT | Adventure game program resources | +| ADVMAIN.COW | Adventure game program source | +| ADVTRAV.COW | Adventure game component source | +| ARGV.COH | Cowgol include file providing command line argument processing | +| C.LIB | Hi-Tech C runtime library | +| CGEN.COM | HiTech C compiler pass 2 | +| COMMFILE.COH | Include file providing file I/O | +| COMMON.COH | Include file providing common functions | +| COWBE.COM | Cowgol back end which builds the cowgol object files (optimized) | +| COWFE.COM | Cowgol front end which parses the source file (optimized) | +| COWFIX.COM | Interface to Z80AS -- performs code optimizations | +| COWGOL.COH | Include file providing standard Cowgol functions | +| COWGOL.COM | Interprets the command line and generates $EXEC run requests (a variant of HiTech C.COM) | +| COWGOL.COO | Cowgol object file with ??? | +| COWGOL.LIB | ??? | +| COWGOLC.COH | Cowgol include file providing ??? | +| COWLINK.COM | Cowgol linker which binds all the cowgol object files and outputs a Z80 assembler file (optimized) | +| CPP.COM | HiTech C pre-processor, modified to accept // style comments | +| DYNMSORT.COW | Sort algorithm sample program source | +| DYNMSORT.SUB | SUBMIT file to build DYNMSORT sample application | +| FACT.COW | Factorial computation sample program source | +| FILE.COH | Include file providing CP/M file processing support | +| FILEIO.COH | Include file providing CP/M file processing support | +| HEXDUMP.COW | Hex file dump sample source | +| HEXDUMP.SUB | SUBMIT file to build HEXDUMP sample program | +| LIBBASIC.COH | Include file providing ??? | +| LIBBIOS.COH | Include file providing ??? | +| LIBCONIO.COH | Include file providing console I/O | +| LIBFP.COH | Include file providing floating point support | +| LIBR.COM | HiTech object file librarian | +| LIBSTR.COH | Include file providing string functions | +| LINK.COM | HiTech linker which builds the final executable from object and library files | +| MALLOC.COH | Include file providing dynamic memory management functions | +| MERGES.C | Merge sort sample function C language source | +| MISC.COH | Include file providing miscellaneous functions | +| MISC.COO | Miscellaneous functions object file | +| MISC.COW | Miscellaneous functions source file | +| OPTIM.COM | HiTech C compiler optimizer | +| P1.COM | HiTech C compiler first pass | +| RAND.AS | Pseudo-random number generator source in assembly language | +| RANFILE.COH | Include file providing random file access functions | +| RANFILE.COO | Random file access functions object file | +| RANFILE.COW | Random file access functions source file | +| README.TXT | Cowgol disk image release notes | +| SEQFILE.COH | Include file providing sequential file access functions | +| SEQFILE.COO | Sequential file access functions object file | +| SEQFILE.COW | Sequential file access functions source file | +| STDCOW.COH | Include file providing standard library functions | +| STRING.COH | Include file providing string functions | +| STRING.COO | String functions object file | +| STRING.COW | String functions source file | +| STRINGS.COH | Include file implementing string functions | +| TESTAS.COW | Assembly language interface sample program source | +| TESTAS.SUB | SUBMIT file to build TESTAS sample program | +| Z80AS.COM | Z80 assembler which assembles the output of COWFIX and other Z80 source files (see ) | ## Microsoft Fortran 80 (Fortran) diff --git a/Source/Images/d_cowgol/u0/HEXDUMP.COM b/Source/Images/d_cowgol/u0/HEXDUMP.COM deleted file mode 100644 index 1bf04abe..00000000 Binary files a/Source/Images/d_cowgol/u0/HEXDUMP.COM and /dev/null differ