home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol140 / exbug3.sym < prev    next >
Encoding:
Text File  |  1984-04-29  |  977 b   |  27 lines

  1. ;  These are the jump table equates for the routines
  2. ; in the Motorola EXORciser monitor "Exbug".
  3. ;  This file is for use with the 6800 cross assembler
  4. ; X68. The method of use is to specify the symbol file
  5. ; in the assembler command line with the "Y" command
  6. ; as below :
  7. ;        X68 FILENAME -YEXBUG<cr>
  8. ;  No file type is required on either filename.
  9. ;
  10. ;
  11. F000    EXBUG    ; cold start entry point.
  12. F003    BEGEN    ; input start and end addresses.
  13. F006    CBCDH    ; convert hex to binary.
  14. F009    CHEXL    ; convert most sig. binary to hex.
  15. F00C    CHEXR    ; convert least sig. binary to hex.
  16. F00F    INADD    ; input a hex address.
  17. F012    INCH    ; input one character from console.
  18. F015    INCHN    ; input a character, strip parity.
  19. F018    OUTCH    ; output a character to the console.
  20. F01B    OUT2H    ; output two hex chars and a space.
  21. F01E    OUT4H    ; output four hex chars and a space.
  22. F021    PCRLF    ; send CR/LF/Null to the console.
  23. F024    PDATA    ; print CR/LF/Data string.
  24. F027    PDAT1    ; print data string.
  25. F02A    PSPAC    ; print a space.
  26. ;
  27.