home *** CD-ROM | disk | FTP | other *** search
- Readme for View-XM v1.0.1
-
- Note that you will always get two warning message when assembling save2new.asm,
- with it grumbling about illegal operand size. That is because the SGDT and
- SIDT instructions write out a 6-byte structure of information, a size which no
- assembler directive matches. It's okay, the variables which recieve the
- information have enough room. Ignore the warnings.
-
- The object files and library were made with Masm 5.1
-
- You should have the following files:
-
- dolodall.asm the code which actually does the loadall
- dumpobj.bat deletes superfluous .obj files
- ha_displ.obj the screen display
- hyprspac.doc excerpts from the Hyper-Space Navigator's Guide
- hyprspac.lib Part of the Hyper-Space Library: needed functions
- kgetaddr.obj gets address from keyboard
- m.bat runs make
- makefile the makefile
- readme this note
- save2new.asm saves machine state into a loadall table
- save2new.inc include file, which declares vars in save2new.asm
- startprg.obj start-up and message code
- view-xm.asm the main routine
- view-xm.exe runnable program