Updated list of instruction based on work in Rabbit code generation done since. For most of these instructions, we have now prepared support in r4k codegen, so we could start testing them easily. For the few in the list, where codegen isn't prepared yet, I included them since I consider it likely that we'll start using them before SDCC 4.6.0. and iy, de call (hl) call (iy) cbm #n clr hl cp hl, #d cp hl, de dwjnz label ex bc, hl flag cc, hl ; should this be flag cc, hl or flag hl, cc? ibox a jp cx,...
Disable test case that fails due to lackof optimizations (RFE #1013).
Moved to feature request, since this is due to running out of memory. So we need better optimizations to pass the test.
Ticket moved from /p/sdcc/bugs/3934/ Can't be converted: _category: other
hc008/s08 fails 64-bit rotation test
Yes, this is fixed now, and the ticket can be closed.
Enable use of further R4K instructions in r4k/r5k/r6k codegen.
Merge from trunk.