mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,
fixing opcodes movmw, movmd.
This commit is contained in:
@ -211,8 +211,8 @@ notstrs[] =
|
||||
{ "movfl", 14,24, 0x1b3e, "1F2L" },
|
||||
{ "movlf", 14,24, 0x163e, "1L2F" },
|
||||
{ "movmb", 14,24, 0x00ce, "1D2D3d" },
|
||||
{ "movmw", 14,24, 0x00de, "1D2D3d" },
|
||||
{ "movmd", 14,24, 0x00fe, "1D2D3d" },
|
||||
{ "movmw", 14,24, 0x01ce, "1D2D3d" },
|
||||
{ "movmd", 14,24, 0x03ce, "1D2D3d" },
|
||||
{ "movqb", 7,16, 0x5c, "2B1q" },
|
||||
{ "movqw", 7,16, 0x5d, "2B1q" },
|
||||
{ "movqd", 7,16, 0x5f, "2B1q" },
|
||||
|
Reference in New Issue
Block a user