Page 1 of 1

CALL Absolute

Posted: Fri Apr 19, 2013 3:58 pm
by SMcClouth
Is there a possibility to only use peek and poke instead of Call Absolute? I'd like run without the standard QBX.LIB perhaps creating my own lib or something.

Posted: Fri Apr 19, 2013 5:30 pm
by burger2227
For a mouse? You need to access registers with Absolute or Interrupt.

Posted: Fri Apr 19, 2013 5:42 pm
by SMcClouth
I'd like to not use the qbx.lib, therefor I'd like to find out if there is an alternative to CALL ABSOLUTE, and not CALL INTERRUPT.

Thx for baring with me!