0 Members and 1 Guest are viewing this topic.
39,39,39,33,39,44,25,33,25,21,29,32,29,27,26,39,44,47,41,44,40,34,37,32,14,44,42,41,38,40,27,29,34,29,34,37,14,44,43,41,38,39,52,52,52,14,44,42,41,38,40,27,29,34,29,34,37,38,37,34,34,34,34,34,37,39,34,28,25,39,39,39,33,39,44
Why did i expect a rickroll So yeah, nice one
SetHook: ld hl,keysequence ld (keyseqloc),hl ld hl,HookStart in a,(6) bcall(4F7Bh) retHookStart: .db 83h cp 1Bh ret nz ld hl,(keyseqloc) ld a,(hl) or a jr nz,$+6Exithook: or 1 ld a,b ret;commands are:; bit 7 set means press Key, reset means set penrow ; if setting penrow and bit6 set, causes UP to be pressed, too. inc hl ld (keyseqloc),hl jp p,$+8 and 7Fh ld b,a jr exithook bit 6,a ld b,0 jr z,$+4 ld b,4 ;skup and 3Fh ld (penrow),a jr exithookkeysequence: .db 0;Use 0 to end the simulation.;Use 1 to 127 for regular keypresses. The OS defines them like skUp, skEnter, et cetera.;Use bit 7 set to set the pen-col coordinate, to [0,63] and bit 6 set as well will cause it to set the coordinate and simulate an UP keypress.