1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/cx16/mouse_stddrv.s

14 lines
177 B
ArmAsm
Raw Permalink Normal View History

;
; Name of the standard mouse driver
;
; 2019-11-08, Greg King
;
; const char mouse_stddrv[];
;
.export _mouse_stddrv
.rodata
_mouse_stddrv: .asciiz "cx16-std.mou"