mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
15 lines
229 B
ArmAsm
15 lines
229 B
ArmAsm
|
;
|
||
|
; Address of the static standard mouse driver
|
||
|
;
|
||
|
; Oliver Schmidt, 2012-11-01
|
||
|
;
|
||
|
; const void mouse_static_stddrv[];
|
||
|
;
|
||
|
|
||
|
.export _mouse_static_stddrv
|
||
|
.import _c128_1351
|
||
|
|
||
|
.rodata
|
||
|
|
||
|
_mouse_static_stddrv := _c128_1351
|