mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +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:
parent
f096dc95ae
commit
a835641eb7
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.import return0
|
.import return0
|
||||||
.importzp ptr1
|
.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-kernel.inc"
|
||||||
.include "ser-error.inc"
|
.include "ser-error.inc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user