GT-3306: Corrected MCS-96 xml (fixes #1224)

This commit is contained in:
ghidorahrex 2019-11-12 10:05:30 -05:00 committed by Ryan Kurtz
parent b514a2c9ec
commit 0c7cf09646
2 changed files with 14 additions and 14 deletions

View File

@ -6,26 +6,26 @@
</global>
<stackpointer register="SP" space="RAM" growth="negative"/>
<returnaddress>
<varnode space="stack" offset="0" size="2"/>
<varnode space="stack" offset="0" size="2"/>
</returnaddress>
<default_proto>
<prototype name="__stdcall" extrapop="2" stackshift="2">
<input>
<pentry minsize="1" maxsize="500" align="2">
<addr offset="2" space="stack"/>
</pentry>
<pentry minsize="1" maxsize="500" align="2">
<addr offset="2" space="stack"/>
</pentry>
</input>
<output>
<pentry minsize="1" maxsize="2">
<register name="RW1C"/>
</pentry>
<output>
<unaffected>
<register name="SP"/>
</unaffected>
<localrange>
<range space="stack" first="0xffff" last="0xf000" />
</localrange>
<register name="RW1C"/>
</pentry>
</output>
<unaffected>
<register name="SP"/>
</unaffected>
<localrange>
<range space="stack" first="0xffff" last="0xf000" />
</localrange>
</prototype>
</default_proto>
</compiler_spec>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<processor_spec>
<programcounter register="PC"/
<programcounter register="PC"/>
<default_symbols>
<symbol name="VECTOR_Reset" address="0x2080" entry="true"/>
</default_symbols>