Author: Defjam (irz778.inf.tu-dresden.de)
Date: 10-09-2002 19:21
everything off:
clr.b $fa07.w
clr.b $fa09.w
; or: clr.l $fa06.w (for one go)
clr.b $fa13.w
clr.b $fa15.w
; or: clr.l $fa12.w (for one go)
pump an rte-handler to $60,$68,$70,$110,$114,$120,$134
(or just $60 ... $134)
($60 is the NMI-vector, so a rte handler
is quite wise if you do MFP-stuff)
another hint: set the MFP-mode to auto-eoi (automatic end of interrupt mode) - you don't have to clear the MFP-?? (however-bit.. might be the MFP-aknowledge thing) at the end of your interrupt routine.
--> bclr #3,$fa17.w
Now the system is totally shut down .. (not really) - you have the full processor power for your code and no dumb system code (like Timer C, System Keyboard rout, System Vbl... )
will steal our precious cycles. :)
|