1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc/c64/mouse_stat_stddrv.s

15 lines
227 B
ArmAsm
Raw Normal View History

;
; Address of the static standard mouse driver
;
; Oliver Schmidt, 2012-11-01
;
; const void mouse_static_stddrv[];
;
.export _mouse_static_stddrv
.import _c64_1351
.rodata
_mouse_static_stddrv := _c64_1351