about summary refs log tree commit diff stats
path: root/apps/ex13.subx
diff options
context:
space:
mode:
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)