home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / cpu / vu_xm1c / readme < prev    next >
Text File  |  1990-05-01  |  1KB  |  27 lines

  1. Readme for View-XM v1.0.1
  2.  
  3. Note that you will always get two warning message when assembling save2new.asm,
  4. with it grumbling about illegal operand size.  That is because the SGDT and
  5. SIDT instructions write out a 6-byte structure of information, a size which no
  6. assembler directive matches.  It's okay, the variables which recieve the
  7. information have enough room.  Ignore the warnings.
  8.  
  9. The object files and library were made with Masm 5.1
  10.  
  11. You should have the following files:
  12.  
  13. dolodall.asm        the code which actually does the loadall
  14. dumpobj.bat        deletes superfluous .obj files
  15. ha_displ.obj        the screen display
  16. hyprspac.doc        excerpts from the Hyper-Space Navigator's Guide
  17. hyprspac.lib        Part of the Hyper-Space Library: needed functions
  18. kgetaddr.obj        gets address from keyboard
  19. m.bat            runs make
  20. makefile        the makefile
  21. readme            this note
  22. save2new.asm        saves machine state into a loadall table
  23. save2new.inc        include file, which declares vars in save2new.asm
  24. startprg.obj        start-up and message code
  25. view-xm.asm        the main routine
  26. view-xm.exe        runnable program
  27.