This website requires JavaScript.
Explore
Help
Sign in
empathicqubit
/
cc65
Watch
1
Star
0
Fork
You've already forked cc65
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e0cb33d9d4
cc65
/
libsrc
/
plus4
/
irq.s
10 lines
109 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. git-svn-id: svn://svn.cc65.org/cc65/trunk@5985 b7a2c559-68d2-44c3-8de9-860c34a00d81
2013-02-12 22:39:38 +00:00
;
; IRQ handling (Plus/4 version)
;
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:56:54 +02:00
.export
initirq,
d
o
n
e
i
r
q
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. git-svn-id: svn://svn.cc65.org/cc65/trunk@5985 b7a2c559-68d2-44c3-8de9-860c34a00d81
2013-02-12 22:39:38 +00:00
initirq
:
doneirq
:
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:56:54 +02:00
rts
Reference in a new issue
Copy permalink