Search results
Tcl script to check the contents of a byte just after the program header.
Score: 134.94 %,
Type: Forum topic , Comments: 14 comments
the boot process for rapid testing by checking a signature my program has at 0xC000 for example. ... :)
Thanks DrWh0, yesterday I Thanks DrWh0, yesterday I tried the speed command but I noticed ... want to control the speed on my test routine, I do something like:
debug set_bp 0xfe10 {} {[return ...
Proper way to print text in SCREEN 12
Score: 134.95 %,
Type: Forum topic , Comments: 9 comments
on MSX2+
10 color15,0
20 screen12
30 open"grp:"as"#1
50 preset(0,0)
60 fori=0to255
70 color i
80 print#1,"test",i
90 forj=0to100:next
100 next
110 goto 110 ... COLOR ,0,0
20 SCREEN 12
30 SET PAGE 1,1:CLS
40 OPEN"grp:"FOROUTPUTAS#1
50 PRESET(0,0)
60 COLOR ...
