home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c64 / utilities / PromShellv2a.sfx / monitor.docs (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1990-02-12  |  1.8 KB  |  47 lines

  1. 120 print chr$(147);:t=20
  2. 130 poke 53280,6
  3. 140 print"how to load[146] load "chr$(34)"monitor"chr$(34)",8,1 return"
  4. 150 print"how to run [146] new:sys 49152 return"
  5. 160 print"--------------------------------------"
  6. 170 print".a[146] lda #$00 [:]"tab(t)"simple assembler"
  7. 180 print".b[146] 1000"tab(t)"enter breakpoints"
  8. 190 print".c[146] 1000 2000 3000"tab(t)"compare range"
  9. 200 print".d[146] 1000 [2000]"tab(t)"disassemble"
  10. 210 print".e[146]"tab(t)"exit to basic"
  11. 220 print".f[146] 1000 2000 ff"tab(t)"fill range with byte";
  12. 230 print".g[146] [1000]           go to p.c. or addr"
  13. 240 print".h[146] 1000 2000 'q"tab(t)"hunt range for byte"
  14. 250 print".j[146] [1000] "tab(t)"jump to and return"
  15. 260 print".l[146] 1000 "chr$(34)"*"chr$(34)" 08"tab(t)"load program"
  16. 270 print".m[146] 1000 [2000]"tab(t)"display bytes"
  17. 280 print".n[146] 1000 2000 0100"tab(t)"new locator"
  18. 290 print"   4000 5000 [w]"tab(t)"range-offset-range"
  19. 300 print".o[146] o33a 033f"tab(t)"calculate branch"
  20. 310 print".q[146] [1000]"tab(t)"quick trace"
  21. 320 print".r[146]"tab(t)"display registers"
  22. 330 print".s[146] 1000 2000 "chr$(34)"*"chr$(34)" 08"tab(t)"save program from-to";
  23. 340 print".t[146] 1000 2000 3000   transfer range"
  24. 350 print".v[146] 1000 "chr$(34)"*"chr$(34)" 08"tab(t)"verify program"
  25. 360 print".w[146] [1000] "tab(t)"walk through code"
  26. 370 print".x[146]"tab(t)"exit to basic"
  27. 380 ifx=0then400
  28. 390 print"    press any key to continue[146]";:x=0:goto410
  29. 400 print"    press any key to continue";:x=1
  30. 410 geta$:ifa$<>""then430
  31. 420 fortt=1to200:next:goto380
  32. 430 print"[147]"
  33. 440 print"        additional commands"
  34. 450 print"--------------------------------------"
  35. 460 print".$[146] ffff"tab(t)"hex conversion"
  36. 470 print".#[146] 5555"tab(t)"decimal conversion"
  37. 480 print".%[146] 10100100010111"tab(t)"binary conversion"
  38. 490 print".";chr$(34);:poke212,0:print"[146] a "tab(t)"ascii conversion"
  39. 500 print".+[146] 1111 ffff"tab(t)"hex addition"
  40. 510 print".-[146] ffff 2222"tab(t)"hex subtraction"
  41. 520 print".&[146] a000 afff"tab(t)"calculate checksum"
  42. 530 print".>[146]"tab(t)"display directory"
  43. 540 print".([146]"tab(t)"enable command tones";
  44. 550 print".)[146]                  disable tones"
  45. 560 wait197,64,64
  46. 570 poke53280,14:print"[147]"
  47.