about summary refs log tree commit diff stats
path: root/linux/labels_baremetal.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 23:12:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 23:15:46 -0700
commiteede9e222f466fcafe9388131cbee88877d4e47d (patch)
tree5dc4a4f4dd9724ab94a4dbeb888d25dd7a5cc170 /linux/labels_baremetal.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
Diffstat (limited to 'linux/labels_baremetal.subx')
-rw-r--r--linux/labels_baremetal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/labels_baremetal.subx b/linux/labels_baremetal.subx
index 9dce9bbf..e4a29b62 100644
--- a/linux/labels_baremetal.subx
+++ b/linux/labels_baremetal.subx
@@ -2075,7 +2075,7 @@ $far-jump-or-call?:check-second-word:
     8b/copy                         0/mod/indirect  2/rm32/edx    .           .             .           0/r32/eax   .               .                 # copy *edx to eax
     # . c/eax = *start
     8a/copy-byte                    0/mod/indirect  0/rm32/eax    .           .             .           0/r32/AL    .               .                 # copy byte at *eax to AL
-    81          4/subop/and         3/mod/direct    0/rm32/eax    .           .             .           .           .               0xff/imm32        # bitwise and of eax
+    25/and-eax-with  0xff/imm32
     # . if (eax != '8') return
     3d/compare-eax-and  0x38/imm32/8
     75/jump-if-!=  $far-jump-or-call?:end/disp8