Code: Select all
10 a$="227C0002081012BC005A4E75"
11 data 34,124,0,2,8,16,18,188,0,90,78,117
14 rem move.l #$00020810,a1
15 rem move.b #$5A,(a1)
16 rem rts
20 q=respr(704)
21 restore 11
22 for i=0 to 11
23 read j
24 poke q+i,j
25 next i
33 call q
what might caused that? the machine code simply does a poke on the display area (which indeed works as expected), and i thought that rts (0x4E75) would return to basic without any error message - or i should do something more/else instead?