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