home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / progpack / debug11.lbr / USAGE.NOT < prev   
Encoding:
Text File  |  1992-05-13  |  384 b   |  17 lines

  1. To incorporate DEBUG into the Z33RCP, a few additions are needed.
  2.  
  3. Z33RCP.LIB:
  4.     package equate - muon  equ  yes
  5.     wheel   equate - muwhl equ  yes
  6.         and add it to the wheel defl statement
  7.     command macro  - command mu, muon, muwhl, mu
  8.  
  9. Z33RCP.Z80
  10.      if muon
  11.     include debug.lib
  12.      endif
  13. the wheel defl statement
  14.     command macro  - command mu, muon, muwhl, mu
  15.  
  16. Z33RCP.Z80
  17.      i