Created
March 9, 2017 22:14
-
-
Save gnacu/d940c2654b6d47e63b489fb9cc9d8bf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;The Header which declares the exports as | |
;addresses in the jump table. | |
;----------[ Input Header ]-------- | |
inpuths = $cfbe | |
initmouse = inpuths+0 | |
killmouse = inpuths+3 | |
hidemouse = inpuths+6 | |
mouserc = inpuths+9 | |
readmouse = inpuths+12 | |
deqmouse = inpuths+15 | |
readkcmd = inpuths+18 | |
deqkcmd = inpuths+21 | |
readkprnt = inpuths+24 | |
deqkprnt = inpuths+27 | |
updatemnk = inpuths+30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment