about summary refs log tree commit diff stats
path: root/apps/ex13.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-31 00:12:37 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-31 00:12:37 -0700
commitdfb4a6f9ce1f53db6e90c0276ad92bfe076b25e4 (patch)
treeff616f4997adf9895f0b66cd89bbf8b00036da64 /apps/ex13.subx
parent9bc58ed8029d4889ed4a360926a61cf818334535 (diff)
downloadmu-dfb4a6f9ce1f53db6e90c0276ad92bfe076b25e4.tar.gz
6178
Diffstat (limited to 'apps/ex13.subx')
-rw-r--r--apps/ex13.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ex13.subx b/apps/ex13.subx
index 320c9559..b7e802fd 100644
--- a/apps/ex13.subx
+++ b/apps/ex13.subx
@@ -16,7 +16,7 @@ Entry:
     b8/copy-to-eax  3/imm32
     3d/compare-eax-and  3/imm32
     0f 94/set-if-=                  3/mod/direct    3/rm32/ebx    .           .             .           .           .               .                 # set ebx to ZF
-    81 4/subop/and                  3/mod/direct    3/rm32/ebx    .           .             .           .           .               0xff/imm32        # AND eax with 0xff
+    81 4/subop/and                  3/mod/direct    3/rm32/ebx    .           .             .           .           .               0xff/imm32        # AND with eax
 
 $exit:
     # exit(ebx)