home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / asmutl / mload24.bug < prev    next >
Encoding:
Text File  |  1988-02-17  |  721 b   |  16 lines

  1.  
  2. Msg #3050 posted 01/30/88 at  5:59 pm by Michal Carson
  3. To: Fred Haines     About: mload and z33 (12 lines)
  4.  
  5. I had some difficulty with MLOAD zapping the first 6 bytes of Z33, as well. I 
  6. think I was working on something Z33-specific using MLOAD to load it and then 
  7. trying to run it. It would abort, saying Z33 was not available, but that 
  8. would cause a warm boot and it took me the longest time to figure out what was 
  9. going on.
  10.  
  11. I found that MLOAD was calculating it's buffer space based on the BDOS vector 
  12. at 06h. The cure is fairly simple: at line 44 of MLOAD24.Z80 the instruction 
  13. LD A,L should be patched to XOR A to subtract from zero instead of six. I used 
  14. ZPatch to plug an 0AFh (XOR A) into address 01B6h.
  15.  
  16.