about summary refs log tree commit diff stats
path: root/subx/031check_operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-24 15:52:41 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-24 15:52:41 -0700
commit4524da2bb6feaaed7af5b1eec2b600f2ec57b1be (patch)
tree2afea96d215bb1e1e09387d4f175f23a240f834d /subx/031check_operands.cc
parentb6fdd2e4e5d5267b21c90914c09b86b5413d238b (diff)
downloadmu-4524da2bb6feaaed7af5b1eec2b600f2ec57b1be.tar.gz
4718
Diffstat (limited to 'subx/031check_operands.cc')
-rw-r--r--subx/031check_operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/031check_operands.cc b/subx/031check_operands.cc
index de78b4b1..f5629a96 100644
--- a/subx/031check_operands.cc
+++ b/subx/031check_operands.cc
@@ -211,7 +211,7 @@ void init_permitted_operands() {
   put(Permitted_operands, "8b", 0x01);
   // swap
   put(Permitted_operands, "87", 0x01);
-  // lea
+  // copy address (lea)
   put(Permitted_operands, "8d", 0x01);
   // pop
   put(Permitted_operands, "8f", 0x01);