From 88b478087e65a3684b5e5d94992421919469040a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 12 Oct 2018 23:13:15 -0700 Subject: 4685 --- subx/014indirect_addressing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx') diff --git a/subx/014indirect_addressing.cc b/subx/014indirect_addressing.cc index 0882f4e8..8554b6ef 100644 --- a/subx/014indirect_addressing.cc +++ b/subx/014indirect_addressing.cc @@ -402,7 +402,7 @@ f0 cc bb aa # 0xf0 with more data in following bytes % CHECK_EQ(0xaabbccab, read_mem_u32(0x2000)); :(before "End Single-Byte Opcodes") -case 0x88: { // copy r/m8 to r8 +case 0x88: { // copy r8 to r/m8 uint8_t modrm = next(); uint8_t reg2 = (modrm>>3)&0x7; trace(90, "run") << "copy lowermost byte of " << rname(reg2) << " to r8/m8-at-r32" << end(); -- cgit 1.4.1-2-gfad0