powermac-rom/NanoKernel/NanoKernel.s

59 lines
806 B
ArmAsm
Raw Normal View History

2017-11-19 04:11:07 +00:00
include 'MacErrors.a'
include 'Multiprocessing.a'
2017-11-19 04:11:07 +00:00
include 'InfoRecords.a'
include 'EmulatorPublic.a'
include 'NKPublic.a'
include 'NKOpaque.a'
include 'NKEquates.s'
include 'NKMacros.s'
2018-07-10 05:16:19 +00:00
; I want these to be visibly wrong for the time being
FDP_TableBase
FDP_003C
loc_A38
FDP_011C
loc_D50
FDP_0DA0
MemRetryDSI
MemRetryMachineCheck
2017-11-19 04:11:07 +00:00
NKTop
2018-07-03 05:55:22 +00:00
b VMPanic
2018-07-04 11:26:33 +00:00
2018-07-06 13:56:33 +00:00
org 0x0
Entry
org 0xA4
bankLoop
org 0xC8
FloatTables
org 0x308
ProcessorInfoTbl
org 0x374
FiguredOutProcessor
org 0x468
Thud
Panic
VMPanic
org 0x680
2018-07-06 13:44:52 +00:00
IntForEmulator_1
2018-07-06 13:56:33 +00:00
org 0x740
PDM68kInterruptTable
org 0x780
2018-07-06 13:44:52 +00:00
IntForEmulator_2
2018-07-06 13:56:33 +00:00
org 0x840
2018-07-06 13:44:52 +00:00
IntForEmulator_3
2018-07-06 13:56:33 +00:00
org 0x940
2018-07-03 05:55:22 +00:00
2018-07-10 05:16:19 +00:00
include 'NKIntHandlers.s'
2018-07-09 06:53:50 +00:00
include 'NKMemory.s'
include 'NKExceptions.s'
2018-07-06 16:03:09 +00:00
include 'NKFloatingPt.s'
2018-07-06 13:09:19 +00:00
include 'NKSoftInt.s'
include 'NKLegacyVM.s'
2017-11-19 04:11:07 +00:00
NKBtm