ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/asm_support.asm
(Generate patch)

Comparing BasiliskII/src/AmigaOS/asm_support.asm (file contents):
Revision 1.3 by cebix, 1999-11-01T16:24:08Z vs.
Revision 1.4 by cebix, 2000-07-22T16:00:34Z

# Line 183 | Line 183 | _ExceptionHandlerAsm
183                  pea     1$
184                  move.w  _EmulatedSR,d0
185                  move.w  d0,-(sp)
186 <                or.w    #$0100,d0               ;Set interrupt level in SR
186 >                or.w    #$2100,d0               ;Set interrupt level in SR
187                  move.w  d0,_EmulatedSR
188                  move.l  $64.w,a0                ;Jump to MacOS interrupt handler
189                  jmp     (a0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines