summaryrefslogtreecommitdiff
path: root/cgthumb2was.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19Fix PC offset when pushing to stackCamil Staps1-3/+6
2016-09-18Adds thumb directives and fixes for storing the PCCamil Staps1-2/+12
Added directives: - .syntax unified at the start of the file - .thumb at the start of each code section - .thumb_func before each code label Storing the PC: - PC cannot be Rd for str, hence we need the scratch register
2016-09-17Gitignore; copied stuff from arm to thumb2Camil Staps1-0/+2908