| commit | a65356109772b04283d18d21dd5455e825ba8c25 | [log] [tgz] |
|---|---|---|
| author | Jack Palevich <jackpal@google.com> | Wed May 13 16:24:17 2009 -0700 |
| committer | Jack Palevich <jackpal@google.com> | Wed May 13 19:51:03 2009 -0700 |
| tree | 73a7912b6376e9a3d034da9bbaef064b9f484108 | |
| parent | 546b2249eff4d95622c4bab0698ebf290c9ed836 [diff] |
ARM codegen: Add disassembler, implement return
This program works:
main() { return 42; }
The disassembler was borrowed from codeflinger, and just modified enough to compile
under C++ without warnings.
Implemented gsym
Implemented a hack verison of li, only works for -256..255
Implemented gjmp