1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Bump the priority for the serial IRQ handler

git-svn-id: svn://svn.cc65.org/cc65/trunk@3501 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-05-05 10:14:04 +00:00
parent f096dc95ae
commit a835641eb7

View File

@ -6,7 +6,7 @@
.import return0
.importzp ptr1
.condes ser_irq, 2 ; Export as IRQ handler
.interruptor ser_irq, 29 ; Export as high priority IRQ handler
.include "ser-kernel.inc"
.include "ser-error.inc"