]> git.sur5r.net Git - cc65/blobdiff - libsrc/mouse/mouse-kernel.s
Code goes into the CODE segment, not RODATA.
[cc65] / libsrc / mouse / mouse-kernel.s
index 9dc7d3b23dd1a5c81b73b988e2854aa03d7f4004..fc8d9490ebfabc2fc9fc892b92874c971d4cbaa9 100644 (file)
@@ -41,6 +41,7 @@ mouse_irq:    .byte   $60, $00, $00   ; RTS plus two dummy bytes
 mouse_sig:      .byte   $6d, $6f, $75, MOUSE_API_VERSION    ; "mou", version
 
 
+.code
 ;----------------------------------------------------------------------------
 ; unsigned char __fastcall__ mouse_install (const struct mouse_callbacks* c,
 ;                                           void* driver);