Added a specialized callirq routine

git-svn-id: svn://svn.cc65.org/cc65/trunk@2968 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-04-04 14:15:45 +00:00
parent 71cdffebdd
commit 526b10147d
3 changed files with 56 additions and 3 deletions

View File

@@ -52,9 +52,8 @@ exit: rts
; --------------------------------------------------------------------------
; Generic table call handler. Since the routine is also used to call a table
; of interrupt handlers, it uses heavily self modifying code for performance
; reasons. It will go into the data segment for this reason ...
; Generic table call handler. The code uses self modifying code and goes
; into the data segment for this reason.
; NOTE: The routine must not be called if the table is empty!
.data