Hi! Welcome to Data Pack Rat!
This is just a quick little page to make some basic SCP 86-Dos files available.
I still have
ASM.COMaround, and am making them available so that people attempting to bring up 86DOS on modern hardware will have them for reference.
HEX2BIN.COM
DEBUG.COM
MON.ASM
ASM.COM assumes that the file has a .ASM extension. So, instead ofASM <filename.>ASMthe format isASM <filename.><sourcedrive><hexdrive><prndrive>wheresourcedrive = drive letter containing .ASM fileThe .PRN file is just a .LST file under a different name. It shows the source, offsets, and generated code.
hexdrive = drive letter to put output .HEX file
prndrive = drive letter to put output .PRN file
Using Z for either hexdrive or prndrive says not to generate that file.
So, for example,ASM MON.CZZwould do a syntax check on MON.ASM, but not generate a .HEX or .PRN file.
ASM MON.CCZThe .HEX extension is assumed, but can be given you really want to. Don't give an output filename, HEX2BIN gets confused...
HEX2BIN MON
The DEBUG.COM file is just the 86Dos version of good, old DEBUG, but has the added ability to load a .HEX file. This was actually supported in a number of later DOS versions. In fact, I just did a test -- DEBUG from Windows 2000 can load a .HEX file.
I'd be interested in getting more 86Dos files, and would work on getting 86Dos running on modern hardware. I got it running on the original hardware, and I've spent a lot of time in the past years is disassembling / analyzing viruses, so I have a lot of experience in assembly language and will generate source for the 86Dos system files.
If you have a disk image, please drop me a note.
These pages last modified 5/14/2008
lscgid: execve():/home/clcrit/public_html/86dos/counter.cgi: Permission denied