8600D |
UserInt1
|
->User interrupt routine 1
This interrupt handler is called
before the normal one. Only
D1, P, Hex/Dec, CRY, SB, C.W and A.W
are saved at that point.
|
86017 |
UserInt1g
|
Copy of <see>UserInt1
If this address is not equal to the
one in UserInt1 , none of the two
will be called.
|
86012 |
UserInt2
|
->User interrupt routine 2
This interrupt handler is called
after the normal one, before
RESTORECPU. All registers are still
saved.
|
8601C |
UserInt2g
|
Copy of <see>UserInt2
If this address is not equal to the
one in UserInt2 , none of the two
will be called.
|