home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / max / max212 / readme.txt < prev    next >
Text File  |  1994-03-10  |  1KB  |  41 lines

  1.          These files should be in the file MAX212.ZIP:
  2.  
  3.     MAX.EXE         The MAX assembler.  
  4.  
  5.     MONO.EXE        Monochrome version of the above. 
  6.  
  7.     MAX.DOC         The documentation for MAX. Read this before
  8.             trying to use MAX.
  9.  
  10.     8088.MAX        List of CPU instructions in MAX syntax.  This
  11.             file can be assembled, but don't try to run it.
  12.  
  13.     8087.MAX        List of math coprocessor instructions that are
  14.             supported by the registered version of MAX.
  15.  
  16.     SIMPLE.ASM      Simple example of an assembly language file
  17.             to print a string of text with quotes in it.
  18.  
  19.     VERS.ASM        Example file to print the DOS version.
  20.  
  21.     CLEAR.ASM       Example file to clear the screen differently
  22.             than CLS.
  23.  
  24.     BCLEAR.ASM      BLOADable version of the above.
  25.  
  26.     CALL.BAS        BASIC program to CALL the above. This is not a
  27.             recommended way, but it works in this case.
  28.  
  29.     DSKPATCH.ASM    Assembly listing for the disk utility mentioned
  30.             in the doc file.  CAUTION!  This program can
  31.             modify disk sectors in drive A.
  32.  
  33.     ERRORS.ASM      A file with intentional errors to show how MAX 
  34.             displays errors in the code.
  35.     
  36.     CHANGES.TXT     The revision history of MAX.
  37.  
  38.     TUTOR.TXT       A file to teach the basics of assembly language.
  39.  
  40.     REGISTER.FRM    Registration/order form & prize drawing entry.
  41.