about summary refs log tree commit diff stats
path: root/103grapheme.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-29 00:06:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-29 00:06:30 -0700
commitf5f91a5843ed1f5e002df137bf947338e41d7e82 (patch)
tree0ee1632db1532609c2c2f8e66d4de6de9db4b2a5 /103grapheme.subx
parent8e182e394e492b9ff157dc88837dee894893c1ee (diff)
downloadmu-f5f91a5843ed1f5e002df137bf947338e41d7e82.tar.gz
.
Diffstat (limited to '103grapheme.subx')
-rw-r--r--103grapheme.subx3
1 files changed, 2 insertions, 1 deletions
diff --git a/103grapheme.subx b/103grapheme.subx
index 67e34ca1..097492fb 100644
--- a/103grapheme.subx
+++ b/103grapheme.subx
@@ -161,7 +161,8 @@ draw-narrow-grapheme-on-screen-buffer:  # buffer: (addr byte), letter-bitmap: (a
       c1 4/subop/shift-left %ecx 3/imm8
       # var row-bitmap/ebx: int = *letter-bitmap
       53/push-ebx
-      8b/-> *esi 3/r32/ebx
+      bb/copy-to-ebx 0/imm32
+      8a/byte-> *esi 3/r32/BL
       {
         # if (xcurr < xmin) break
         39/compare %eax 1/r32/ecx