Added an IRQ vector
git-svn-id: svn://svn.cc65.org/cc65/trunk@2753 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
PUT .word ; PUT routine
|
||||
STATUS .word ; STATUS routine
|
||||
IOCTL .word ; IOCTL routine
|
||||
IRQ .word ; IRQ routine
|
||||
.endstruct
|
||||
.endstruct
|
||||
|
||||
@@ -138,7 +139,7 @@ SER_STATUS_DSR = $40 ; NOT data set ready
|
||||
.global ser_put
|
||||
.global ser_status
|
||||
.global ser_ioctl
|
||||
|
||||
.global ser_irq
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; ASM functions
|
||||
|
||||
Reference in New Issue
Block a user