ack/mach/m68020/as
George Koehler fd27acb487 Fix assembly of bfffo d1[0:32], d3
The assembler wrongly defined _bfexts_ and _bfffo_ with the same bits
as _bfextu_; this turned all bfexts and bfffo instructions into
bfextu.  Motorola's 68k Programmer's Reference Manual (1992) gives
different bits for bfexts, but still has wrong bits for bfffo.  Change
bfexts and bfffo to match the 68k emulators musahi, aranym, syn68k.

The bitfield width is from 1 to 32, not 0 to 31, so move the warning
from 32 to 0.  This doesn't change the warning message, so it will say
that 0 is "too big", when 0 is really too small.
2019-09-24 10:44:48 -04:00
..
Expect Added mechanism to warn correctly about conflicts 1990-01-19 16:05:44 +00:00
mach0.c Made a start on building the runtimes for each platform and language; the 2013-05-12 23:51:55 +01:00
mach1.c Add function prototypes. 2019-03-25 00:11:55 +08:00
mach2.c Fix assembly of bfffo d1[0:32], d3 2019-09-24 10:44:48 -04:00
mach3.c Fix assembly of bfffo d1[0:32], d3 2019-09-24 10:44:48 -04:00
mach4.c Fix assembly of bfffo d1[0:32], d3 2019-09-24 10:44:48 -04:00
mach5.c Add function prototypes. 2019-03-25 00:11:55 +08:00
testfp.s Added 1991-09-06 16:01:22 +00:00