Skip to content

Instantly share code, notes, and snippets.

@gnacu
Created March 9, 2017 22:14
Show Gist options
  • Save gnacu/d1d6fb935b89cc8debab555f32d6e31a to your computer and use it in GitHub Desktop.
Save gnacu/d1d6fb935b89cc8debab555f32d6e31a to your computer and use it in GitHub Desktop.
;Module Code with table of pointer exports
;----------[ Input ]--------
.include "io.s"
.include "colors.s"
.include "kernal.s"
* = $c7c4
;**** EXPORTS ****
.word initmouse
.word killmouse
.word hidemouse
.word mouserc
.word readmouse
.word deqmouse
.word readkcmd
.word deqkcmd
.word readkprnt
.word deqkprint
.word updatemnk
; ... and the rest of the file continues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment