mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
- Minimal support for QP/M by adding a disk image. - Disk image is not included in combo image, it must be added separately. - Disk image boots into CP/M 2.2. You must run QINSTALL to configure it and make the disk boot into QP/M. - It is critical to review the ReadMe.txt file -- default QP/M configuration conflicts with RomWBW use of Page Zero. - Added some stack space to SYSGEN. It was failing when run with extra CBIOS debugging enabled. - Cleanup of diskdefs file. - Updated SIMH executable.
44 lines
3.9 KiB
Plaintext
44 lines
3.9 KiB
Plaintext
ÃR :Usage: WRITE <file name> [B|T]
|
||
Copy <file name> to host environment. Default is text, B for binary, T for Text
|
||
|
||
Examples
|
||
WRITE BDOS.MAC copy BDOS.MAC as text file
|
||
WRITE PIP.COM B copy PIP.COM as binary file
|
||
WRITE PIP.COM copy PIP.COM as binary file [.COM .REL .DAT imply B]
|
||
WRITE TEST.DAT T copy TEST.DAT as text file
|
||
WRITE *.COM copy all files matching *.COM as binary files
|
||
WRITE SRC/BDOS.MAC copy BDOS.MAC to directory SRC as a text file
|
||
WRITE COM/*.COM B copy *.COM to directory COM as binary files
|
||
$
|
||
|
||
For SIMH. Copyright 2008 by Peter Schorn, peter.schorn@acm.org
|
||
|
||
|