-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a245227
commit 1acd436
Showing
55 changed files
with
10,836 additions
and
570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<opinions> | ||
<constraint loader="Object Module Format (OMF-51)"> | ||
<constraint compilerSpecID="default"> | ||
<constraint primary="8051" processor="8051" endian="big" size="16" /> | ||
</constraint> | ||
</constraint> | ||
</opinions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<compiler_spec> | ||
<global> | ||
<range space="RAM"/> | ||
</global> | ||
<stackpointer register="SP" space="RAM"/> | ||
<default_proto> | ||
<prototype name="__stdcall" extrapop="unknown" stackshift="0"> | ||
<input> | ||
<pentry maxsize="2" minsize="1"> | ||
<register name="R0"/> | ||
</pentry> | ||
<pentry maxsize="2" minsize="1"> | ||
<register name="R1"/> | ||
</pentry> | ||
<pentry maxsize="2" minsize="1"> | ||
<register name="R2"/> | ||
</pentry> | ||
<pentry maxsize="500" minsize="1" align="2"> <!-- TODO: Alignment should be 1, waiting for decompiler change --> | ||
<addr space="stack" offset="0"/> | ||
</pentry> | ||
</input> | ||
<output> | ||
<pentry maxsize="2" minsize="1"> | ||
<register name="R3"/> | ||
</pentry> | ||
</output> | ||
<unaffected> | ||
<register name="SP"/> | ||
<register name="A0"/> | ||
<register name="A1"/> | ||
<register name="INTB"/> | ||
<register name="FB"/> | ||
<register name="SB"/> | ||
<register name="FLG"/> | ||
</unaffected> | ||
</prototype> | ||
</default_proto> | ||
</compiler_spec> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<language_definitions> | ||
<!-- | ||
Version-1.1 12-Dec-2008 - complete rewrite of M16C_60.slaspec | ||
--> | ||
<language processor="M16C/60" | ||
endian="little" | ||
size="16" | ||
variant="default" | ||
version="1.1" | ||
slafile="M16C_60.sla" | ||
processorspec="M16C_60.pspec" | ||
manualindexfile="../manuals/M16C_60.idx" | ||
id="M16C/60:LE:16:default"> | ||
<description>Renesas M16C/60 16-Bit MicroComputer</description> | ||
<compiler name="default" spec="M16C_60.cspec" id="default"/> | ||
<external_name tool="gnu" name="m16c"/> | ||
</language> | ||
</language_definitions> |
Oops, something went wrong.