about summary refs log tree commit diff stats
path: root/103grapheme.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 /103grapheme.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
Diffstat (limited to '103grapheme.subx')
-rw-r--r--103grapheme.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/103grapheme.subx b/103grapheme.subx
index 1941d49b..269e3c02 100644
--- a/103grapheme.subx
+++ b/103grapheme.subx
@@ -45,7 +45,7 @@ draw-grapheme-on-real-screen:  # g: grapheme, x: int, y: int, color: int, backgr
       # var xcurr/eax: int = x*8 + 7
       8b/-> *(ebp+0xc) 0/r32/eax  # font-width - 1
       c1 4/subop/shift-left %eax 3/imm8
-      81 0/subop/add %eax 7/imm32
+      05/add-to-eax 7/imm32
       # var xmin/ecx: int = x*8
       8b/-> *(ebp+0xc) 1/r32/ecx
       c1 4/subop/shift-left %ecx 3/imm8