Have the callirq module export __CALLIRQ__ and changed all config files so
this symbol is a forced import for all interruptors. git-svn-id: svn://svn.cc65.org/cc65/trunk@5902 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
|
||||
.export callirq
|
||||
.export callirq_y ; Same but with Y preloaded
|
||||
|
||||
|
||||
.export __CALLIRQ__: absolute = 1
|
||||
.import __INTERRUPTOR_TABLE__, __INTERRUPTOR_COUNT__
|
||||
|
||||
.code
|
||||
|
||||
Reference in New Issue
Block a user