home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / info / slr180p.bug < prev    next >
Encoding:
Text File  |  1993-06-08  |  1.8 KB  |  73 lines

  1. To:    Steve Russell, Jay Sage
  2. From:    Bridger Mitchell
  3. subj:    SLR180P.BUG report
  4. date:    4/15/90
  5. ------------
  6.  
  7. SLR180+ v 1.12 #PL006: Assembler fails with bogus errors,
  8. *depending on size of tpa and the number of output files*
  9.  
  10. Source files:
  11.   1 main file + 10 include files, total of ~ 156K.
  12.   assemble absolute to COM, with com and lst outputs.
  13.   When it assembles correctly, it goes virtual in pass 2.
  14.   When it fails, the first error message occurs in pass 1.
  15.  
  16. The following tests used COM and LST output files, no SYM file. 
  17. ----------------------------
  18. Using #1 System:
  19. ON!, 2MB ramdisk as A:
  20. ZSDOS 1.1
  21. All files on A:
  22. A: is the virtual drive
  23.  
  24. Assembly fails with first messages:
  25.   IF BMSEARCH  Must be absolute this pass
  26.   this message occurs several times (there are several BMSEARCH conditionals)
  27.   in pass 2 there are a large number of "undefined symbol" messages
  28.  
  29. when top of tpa is:
  30.   D606 hex
  31.   D206
  32.   d806
  33.   d906
  34.   da06
  35.   da4f
  36.  
  37. It assembles correctly when top of tpa is
  38.   d606
  39.   d706
  40.  
  41. ----------------------------
  42. Using #2 System:
  43. SB180FX
  44. all files on N: (ramdisk)
  45.  
  46. Assembles correctly when top of tpa is
  47.   D606 hex
  48.  
  49.  
  50. Fails when top of tpa is
  51.   CDB1 hex
  52.   CD06 hex    fails in pass 2
  53.   CC06        fails in pass 1
  54.   CB06        fails in pass 1
  55.  
  56. Notes:
  57.  
  58. Files verified by CRC as identical on both systems.
  59. Experimenting with various 180FIGP settings to eliminate
  60. disk optimization had no effect.
  61.  
  62. The size of tpa is set by an RSX below the BDOS in all cases on the
  63. ON!.
  64.  
  65. On the SB180FX, there is no rsx when the tpa goes up to d606 hex.
  66. The other tests on that system use an rsx.
  67.  
  68. -----------
  69.  
  70. On the ON! system I also experimented with COM, LST and SYM output.
  71. Now, in this case, the D606-size tpa FAILS!
  72.  
  73.  this message occurs