home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / a86v318c.lzh / ERRATA < prev   
Text File  |  1988-07-22  |  2KB  |  51 lines

  1. ERRATA to the printed version of the manual.
  2.  
  3. There were a few last-minute changes:
  4.  
  5. pp.21,145:
  6.  
  7. A86 and D86 now have more flexible memory management, so that they
  8. can run on systems with less memory.  Their capacity is reduced on
  9. such systems, however.  See A03.DOC and D03.DOC for the numbers.
  10.  
  11. p. 28:
  12.  
  13. A86 now also accepts MOV from one word-sized memory quantity to
  14. another (generating a PUSH then POP).  Also there are more general
  15. forms to the XCHG instruction: you can use segment registers (except
  16. CS) in XCHG, and you can specify the XCHG or two memory operands.
  17.  
  18. p. 100:
  19.  
  20. A user pointed out to me that it's impossible to get an equals-sign
  21. into an environment string.  So A86 now also accepts an up-arrow
  22. symbol (hex 5E) in place of an equals sign in an invocation equate.
  23.  
  24. p. 105:
  25.  
  26. In the chart at the top of the page, the A86 equivalent to EXITM is
  27. #EX, not #EM as stated.   Also, the second through fifth lines of
  28. the A86 column of that chart should start with double pound signs,
  29. so that the IF-condition is tested when the macro is expanded, not
  30. when the macro is defined.
  31.  
  32. p.109:
  33.  
  34. Prior to V3.12, XREF required the list of source files to be
  35. explicitly given, and allowed you to specify the name of the
  36. output file.  To retain compatiblity with batch files invoking
  37. the old XREF, the current version ignores anything on the command
  38. tail after the symbols file name.  This means you can no longer
  39. specify a different output file name.  Sorry about that-- I
  40. couldn't think of any other way to be compatible without
  41. overwriting somebody's source files with XREF output.  You can
  42. always rename the file after XREF is completed.
  43.  
  44. p. 156:
  45.  
  46. For registered users with a 386 machine, there is the "D" command,
  47. that allows you to specify a trap whenever a given memory location is 
  48. accessed.  See the file D05.DOC for details.
  49. 
  50.  
  51.