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