mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GT-3094_ghidorahrex_PR-867_fortenbt_864-fix-6502-default-memory-blocks'
This commit is contained in:
commit
9f96140f55
1 changed files with 2 additions and 3 deletions
|
@ -40,8 +40,7 @@
|
|||
</default_symbols>
|
||||
|
||||
<default_memory_blocks>
|
||||
<memory_block name="IO" start_address="0" length="0x20" initialized="false"/>
|
||||
<memory_block name="LOW_RAM" start_address="0x20" length="0xff" initialized="false"/>
|
||||
<memory_block name="STACK" start_address="0x0100" length="0x01ff" initialized="false"/>
|
||||
<memory_block name="LOW_RAM" start_address="0x0000" length="0x0100" initialized="false"/>
|
||||
<memory_block name="STACK" start_address="0x0100" length="0x0100" initialized="false"/>
|
||||
</default_memory_blocks>
|
||||
</processor_spec>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue