drc: arm: use movw/movt
[picodrive.git] / cpu / drc / emit_arm.c
2017-12-03 notazdrc: arm: use movw/movt
2013-08-08 notaz32x: memhandler improvements
2013-07-22 notazdrc: debug improvements
2013-07-20 notazdrc: split disassembly to separate pass
2013-07-17 notazdrc: rework block tracking and lookup
2013-06-26 notazclarify PicoDrive's license
2010-01-21 notaz32x: drc: new smc handling, some bugfixes + refactoring
2010-01-19 notaz32x: drc: new debug facility (pdb). Few fixes thanks...
2010-01-06 notaz32x: drc: block linking
2010-01-02 notaz32x: drc: mmap dram+rom for direct dereference
2009-12-29 notaz32x: drc: inline dispatcher and irq handling; do write...
2009-12-15 notaz32x: drc: self-reentrant blocks
2009-12-07 notaz32x: drc: enable and fix static reg alloc, carry flag...
2009-12-07 notaz32x: drc: finish MAC, gen drc entry/exit (for staticall...
2009-11-12 notaz32x: drc: first implementation finished, no more interp...
2009-11-06 notaz32x: drc: all opcodes covered, some TODOs left
2009-10-30 notaz32x: drc: more wip, ARM untested
2009-10-28 notaz32x: drc: one manual page worth of opcodes implemented...
2009-10-26 notaz32x: drc: handlers wip
2009-10-23 notaz32x: drc: dynamicregister allocator
2009-10-22 notaz32x drc functional on ARM, random adjustments
2009-10-22 notazdrc related bugfixes
2009-10-21 notaz32x: drc: ARM implementation, start unification with...