about summary refs log tree commit diff stats
path: root/subx/013direct_addressing.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-28 21:26:42 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-28 21:26:42 -0800
commit431627b242d7f5f2c6b6b13876a255526383f831 (patch)
tree129b8ec45102e0fa7b6352739f916f94959c887f /subx/013direct_addressing.cc
parentc2532c2d100ea9cadb63ae506ce2cead753c2130 (diff)
downloadmu-431627b242d7f5f2c6b6b13876a255526383f831.tar.gz
4886
Diffstat (limited to 'subx/013direct_addressing.cc')
-rw-r--r--subx/013direct_addressing.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/013direct_addressing.cc b/subx/013direct_addressing.cc
index c18b5f5c..3dcd8333 100644
--- a/subx/013direct_addressing.cc
+++ b/subx/013direct_addressing.cc
@@ -134,7 +134,7 @@ case 0xf7: {
   }
   // End Op f7 Subops
   default:
-    cerr << "unrecognized sub-opcode after f7: " << NUM(subop) << '\n';
+    cerr << "unrecognized subop for opcode f7: " << NUM(subop) << '\n';
     exit(1);
   }
   break;
@@ -250,7 +250,7 @@ case 0xd3: {
   }
   // End Op d3 Subops
   default:
-    cerr << "unrecognized sub-opcode after d3: " << NUM(subop) << '\n';
+    cerr << "unrecognized subop for opcode d3: " << NUM(subop) << '\n';
     exit(1);
   }
   break;