Code goes into the CODE segment, not RODATA.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3713 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2006-03-31 20:07:43 +00:00
parent 4c0720709b
commit 9a98194dc5
4 changed files with 8 additions and 3 deletions

View 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);