home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_06 / PP21.ZIP / PP21.MSA / DEBUG.MAC < prev    next >
Text File  |  1987-04-22  |  391b  |  32 lines

  1. ***
  2. *
  3. * DEBUG.MAC
  4. *
  5. * Macro file for DEBUG. This file is read in when DEBUG starts up.
  6. *
  7. ***
  8.  
  9. *
  10. * General macros
  11. *
  12.  
  13. map f flip
  14. map s step
  15. map o stepover
  16. map r restart
  17.  
  18. macro l "disasm arg1"
  19. macro d "dump arg1"
  20. macro s step
  21. macro j stepover
  22. macro g go
  23.  
  24. macro restart link
  25.  
  26. macro term "set pc prog_end ;g"
  27.  
  28. macro next "dump value-80+#350"
  29.  
  30. macro a "s;g"
  31. map a a
  32.