home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xtrsutl.zip / OMNIBUG.DOC < prev    next >
Text File  |  1992-12-31  |  792b  |  33 lines

  1.  
  2. Omnibug Command Summary
  3. -----------------------
  4. A   - Assemble into memory
  5. D   - Display memory
  6. DR  - Display Register
  7. EM  - Edit Memory
  8. ER  - Edit Register
  9. F   - specify disk File name
  10. G   - Go
  11. H   - Hexidecimal arithmetic
  12. I   - display Input port
  13. L   - List in assembler mnemonics
  14. M   - Move memory
  15. O   - Output to data port
  16. P   - enable/disable Printer
  17. R   - Read disk file
  18. SW  - Search for hex Word
  19. SB  - Search for hex Byte
  20. T   - Trace
  21. TN  - Trace No printing
  22. V   - Verify memory
  23.  
  24. $   - Current location of program counter
  25.     -   For example, if P=1234 then D $ will
  26.     -   dump memory starting at 1234
  27.  
  28. @   - Relative address
  29.     -   Type @ <cr> to enter an relative address
  30.     -   Then D @100 will dump memory from relative
  31.     -   address+100
  32.     
  33.