working on interrupt handlers

This commit is contained in:
Elliot Nunn 2018-07-09 16:06:47 +08:00
parent 4c97bda911
commit 87797ccff0
3 changed files with 100 additions and 793 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
; FloatSaveJumpTable ; FloatSaveJumpTable
; NKIntHandlers ; NKIntHandlers
; LoadInterruptRegisters ; LoadInterruptRegisters
; major_0x03324 ; EmulateDataAccess
; major_0x03548 ; major_0x03548
; NKIntMisc ; NKIntMisc
; IgnoreSoftwareInt ; IgnoreSoftwareInt
@ -3154,10 +3154,10 @@ FDP_1c08
FDP_1c18 FDP_1c18
ble cr3, FDP_1338 ble cr3, FDP_1338
b major_0x03324 b EmulateDataAccess
bgt cr6, FDP_1C18 bgt cr6, FDP_1C18
bge cr4, FDP_1338 bge cr4, FDP_1338
b major_0x03324 b EmulateDataAccess

View File

@ -44,6 +44,7 @@ IntDecrementerAlternate
IntDSI IntDSI
org 0xB00 org 0xB00
IntAlignment IntAlignment
org 0xC00 org 0xC00
FDP FDP
org 0xC38 org 0xC38
@ -55,6 +56,7 @@ FDP_011C
org 0xD50 org 0xD50
loc_D50 loc_D50
FDP_0DA0 FDP_0DA0
org 0x13F4 org 0x13F4
MemRetryDSI MemRetryDSI
org 0x1498 org 0x1498