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:
uz
2012-11-03 21:59:15 +00:00
parent 754674dfab
commit 7b34609930
30 changed files with 60 additions and 30 deletions

View File

@@ -29,7 +29,8 @@
.export callirq
.export callirq_y ; Same but with Y preloaded
.export __CALLIRQ__: absolute = 1
.import __INTERRUPTOR_TABLE__, __INTERRUPTOR_COUNT__
.code