ack/mach/powerpc/as
George Koehler 48e3aab728 Swap RA and RS when assembling "and", "or", and such instructions.
They must use OP_RA_RS_RB_C instead of OP_RS_RA_RB_C.  The code
generator often sets RS and RA to the same register, so swapping them
causes no change in many programs.

I also rename OP_RS_RA_UI_CC to OP_RA_RS_UI_CC, and OP_RS_RA_C to
OP_RA_RS_C, because they already swap RA and RS.
2017-01-30 15:47:09 -05:00
..
mach0.c Teach the assembler about PowerPC extended mnemonics. 2017-01-21 23:49:29 -05:00
mach1.c Turns out Apple's hi16/ha16 exactly match my ha16/has16, so renamed 2017-01-15 11:59:33 +01:00
mach2.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach3.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach4.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach5.c Turns out Apple's hi16/ha16 exactly match my ha16/has16, so renamed 2017-01-15 11:59:33 +01:00