Skip to content

Instantly share code, notes, and snippets.

@gnacu
Created March 9, 2017 22:14
Show Gist options
  • Save gnacu/d940c2654b6d47e63b489fb9cc9d8bf7 to your computer and use it in GitHub Desktop.
Save gnacu/d940c2654b6d47e63b489fb9cc9d8bf7 to your computer and use it in GitHub Desktop.
;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