Changeset 609 for branches/GNU/src/binutils/opcodes/m68k-opc.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/m68k-opc.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1247 1247 /* FIXME: add MAM mode (`&' after <ea> operand) / remove MACM */ 1248 1248 {"macw", two(0120000, 0000000), two(0170660, 0005400), "uMum", mcf5307up | mcf5206e }, 1249 {"macw", two(0120000, 0001000), two(0170660, 0005400), "uMumMh", 1249 {"macw", two(0120000, 0001000), two(0170660, 0005400), "uMumMh",mcf5307up | mcf5206e }, 1250 1250 {"macw", two(0120220, 0000000), two(0170670, 0005460), "uNuoasRn", mcf5307up | mcf5206e }, 1251 1251 {"macw", two(0120230, 0000000), two(0170670, 0005460), "uNuo+sRn", mcf5307up | mcf5206e }, … … 1871 1871 {"swbegl", one(0045375), one(0177777), "#l", m68000up | mcf }, 1872 1872 1873 {"tas", one(0045300), one(0177700), "$s", m68000up | mcf5407 1873 {"tas", one(0045300), one(0177700), "$s", m68000up | mcf5407}, 1874 1874 1875 1875 #define TBL1(name,signed,round,size) \ … … 1952 1952 {"unpk", one(0100610), one(0170770), "-s-d#w", m68020up }, 1953 1953 1954 {"wddatab", one(0172000), one(0177700), "~s", mcf }, 1955 {"wddataw", one(0172100), one(0177700), "~s", mcf }, 1956 {"wddatal", one(0172200), one(0177700), "~s", mcf }, 1957 1954 {"wddatab", one(0175400), one(0177700), "~s", mcf }, 1955 {"wddataw", one(0175500), one(0177700), "~s", mcf }, 1956 {"wddatal", one(0175600), one(0177700), "~s", mcf }, 1957 1958 {"wdebug", two(0175720, 03), two(0177770, 0xffff), "as", mcf }, 1959 {"wdebug", two(0175750, 03), two(0177770, 0xffff), "ds", mcf }, 1958 1960 }; 1959 1961 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.