Adding flag to make LOAD/STORE also perform a byte swap.

This commit is contained in:
Ben Vanik
2015-06-15 18:56:08 -07:00
parent 84fa09a2db
commit ddaf08ca8d
4 changed files with 81 additions and 37 deletions

View File

@@ -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,