home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / asm / z8e3bug.fix < prev    next >
Encoding:
Text File  |  1993-06-08  |  768 b   |  22 lines

  1. There  is  an error in the code I added to initialisation routine
  2. of Z8E version  3.  It  only  affects users wanting to patch  the
  3. breakpoint  vector address to something other than 38h.
  4.  
  5. To  fix it in the source code,  delete the three consecutive RRCA 
  6. instructions near the beginning of routine ninit:  and change the 
  7. following OR 0F8h instruction to OR 0C7h.
  8.  
  9. To  fix the object code without reassembling,  use the faulty Z8E 
  10. to patch itself.
  11.      z8e z8e.com<
  12.      *e 15f<
  13.      015F 0F   0<
  14.      0160 0F   0<
  15.      0161 0F   0<
  16.      0162 F6   <
  17.      0163 F8   C7<
  18.      0164 xx   .
  19.      *w   z8e.com<
  20.      *g   0<    
  21.  
  22. This patch will be included in the next release of the program.