Adding flag to make LOAD/STORE also perform a byte swap.
This commit is contained in:
@@ -219,10 +219,10 @@ DEFINE_OPCODE(
|
||||
OPCODE_FLAG_MEMORY)
|
||||
|
||||
DEFINE_OPCODE(
|
||||
OPCODE_STORE_MMIO,
|
||||
"store_mmio",
|
||||
OPCODE_SIG_X_O_O_V,
|
||||
OPCODE_FLAG_MEMORY)
|
||||
OPCODE_STORE_MMIO,
|
||||
"store_mmio",
|
||||
OPCODE_SIG_X_O_O_V,
|
||||
OPCODE_FLAG_MEMORY)
|
||||
|
||||
DEFINE_OPCODE(
|
||||
OPCODE_LOAD,
|
||||
|
||||
Reference in New Issue
Block a user