X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=asminc%2Fser-kernel.inc;h=debae78fc0469d8fe4cf0aa5b20bdae9e8e80a02;hb=5c63b08d26cf167bfe8ef1a52f6e6f1dd0746a83;hp=c099b81737baab000a9928512c21440f10afbec7;hpb=b4833113908a6fad754b5c191eaffca78f02ab61;p=cc65 diff --git a/asminc/ser-kernel.inc b/asminc/ser-kernel.inc index c099b8173..debae78fc 100644 --- a/asminc/ser-kernel.inc +++ b/asminc/ser-kernel.inc @@ -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