about summary refs log tree commit diff stats
path: root/subx/034compute_segment_address.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-13 12:10:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-13 12:12:45 -0700
commitdd7077f729e12ff42b36e09d24e8e09388fda2dd (patch)
treee73209d16049266ae721ae2bcd6e7ca5c7210430 /subx/034compute_segment_address.cc
parent241dc91982691c1c6c7c342c40f1812611268741 (diff)
downloadmu-dd7077f729e12ff42b36e09d24e8e09388fda2dd.tar.gz
flag tests for opcode 05
Diffstat (limited to 'subx/034compute_segment_address.cc')
-rw-r--r--subx/034compute_segment_address.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/034compute_segment_address.cc b/subx/034compute_segment_address.cc
index a1b7482d..47311219 100644
--- a/subx/034compute_segment_address.cc
+++ b/subx/034compute_segment_address.cc
@@ -14,7 +14,7 @@ void test_segment_name() {
       "load: 0x09000056 -> 0b\n"
       "load: 0x09000057 -> 0c\n"
       "load: 0x09000058 -> 0d\n"
-      "run: add imm32 0x0d0c0b0a to reg EAX\n"
+      "run: add imm32 0x0d0c0b0a to EAX\n"
       "run: storing 0x0d0c0b0a\n"
   );
 }