aboutsummaryrefslogtreecommitdiff
path: root/lib/arm/assemble.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-21Align Thumb jump patch to halfword boundaryReiko Asakura1-4/+3
2016-11-23Changes to reflect older changes in mergeYifan Lu1-2/+3
2016-11-15fix some ARM stuff including calls, and test itcomex1-4/+16
2016-11-13Fixed proper encoding of PUSH (STMDB) as ARM manual was wrong...Yifan Lu1-1/+1
2016-11-03Added ARM PUSH multi instruction assemblyYifan Lu1-0/+7
2016-11-03Implemented call rewrite support, fixes #3Yifan Lu1-0/+7
2016-11-03Made ARM patch alignment 0x4 so copy from kernel to user worksYifan Lu1-0/+2
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex1-0/+3
2015-02-01fix my utter failure to handle branches/conditionals correctly (on ARM)comex1-8/+30
2015-01-24it compiles...comex1-30/+36
2015-01-24...comex1-0/+80