Merge pull request #6349 from booto/codehandler

Update codehandler to stash registers that may get clobbered
This commit is contained in:
Jules Blok 2018-02-03 12:21:20 +01:00 committed by GitHub
commit 51d3de6787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1055 additions and 1099 deletions

Binary file not shown.

7
docs/codehandler.ld Normal file
View File

@ -0,0 +1,7 @@
OUTPUT_FORMAT(binary)
OUTPUT(codehandler.bin)
SECTIONS
{
. = 0x80001800;
.text : { *(.text) }
}

File diff suppressed because it is too large Load Diff