correctly set init address (!)

This commit is contained in:
Matthew Kennedy 2023-05-16 13:31:42 -07:00
parent 7f883a1fa2
commit 57102f8c12
2 changed files with 22 additions and 28 deletions

View File

@ -9,7 +9,7 @@
0110101101011001
1100100010100101
0000000000000000
0000000000101100
0000000000110110
0000000000000000
0000000000000000
0000000000000000

View File

@ -1,29 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<AddressLabels>
<Channel1>
<uc0>
<Entrypoint>init0</Entrypoint>
<DiagRoutineAddress>init0</DiagRoutineAddress>
<DriverDisabledAddress>init0</DriverDisabledAddress>
<SwInterruptAddress>init0</SwInterruptAddress>
</uc0>
<uc1>
<DiagRoutineAddress>init0</DiagRoutineAddress>
<DriverDisabledAddress>init0</DriverDisabledAddress>
<SwInterruptAddress>init0</SwInterruptAddress>
</uc1>
</Channel1>
<Channel2>
<uc0>
<Entrypoint>init0</Entrypoint>
<DiagRoutineAddress>init0</DiagRoutineAddress>
<DriverDisabledAddress>init0</DriverDisabledAddress>
<SwInterruptAddress>init0</SwInterruptAddress>
</uc0>
<uc1>
<Entrypoint>init1</Entrypoint>
<DiagRoutineAddress>init0</DiagRoutineAddress>
<DriverDisabledAddress>init0</DriverDisabledAddress>
<SwInterruptAddress>init0</SwInterruptAddress>
</uc1>
</Channel2>
<Channel1>
<uc0_Entrypoint>init0</uc0_Entrypoint>
<uc0_SwInterruptAddress />
<uc0_DriverDisabledAddress />
<uc0_DiagRoutineAddress />
<uc1_Entrypoint>init1</uc1_Entrypoint>
<uc1_SwInterruptAddress />
<uc1_DriverDisabledAddress />
<uc1_DiagRoutineAddress />
</Channel1>
<Channel2>
<uc0_Entrypoint>init0</uc0_Entrypoint>
<uc0_SwInterruptAddress />
<uc0_DriverDisabledAddress />
<uc0_DiagRoutineAddress />
<uc1_Entrypoint>init1</uc1_Entrypoint>
<uc1_SwInterruptAddress />
<uc1_DriverDisabledAddress />
<uc1_DiagRoutineAddress />
</Channel2>
</AddressLabels>