From 4ff14e821ee86c40866a1400dc67a4206271b9b5 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 15 May 2019 00:48:48 -0700 Subject: 5160 --- subx/013direct_addressing.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subx/013direct_addressing.cc') diff --git a/subx/013direct_addressing.cc b/subx/013direct_addressing.cc index 2914e0dd..3f7d40d6 100644 --- a/subx/013direct_addressing.cc +++ b/subx/013direct_addressing.cc @@ -338,7 +338,7 @@ void test_negate_r32() { run( "== 0x1\n" // code segment // op ModR/M SIB displacement immediate - " f7 db \n" // negate EBX + " f7 db \n" // negate EBX // ModR/M in binary: 11 (direct mode) 011 (subop negate) 011 (dest EBX) ); CHECK_TRACE_CONTENTS( @@ -375,7 +375,7 @@ void test_negate_can_overflow() { run( "== 0x1\n" // code segment // op ModR/M SIB displacement immediate - " f7 db \n" // negate EBX + " f7 db \n" // negate EBX // ModR/M in binary: 11 (direct mode) 011 (subop negate) 011 (dest EBX) ); CHECK_TRACE_CONTENTS( -- cgit 1.4.1-2-gfad0