From eede9e222f466fcafe9388131cbee88877d4e47d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 23:12:31 -0700 Subject: . --- 103grapheme.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '103grapheme.subx') 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 -- cgit 1.4.1-2-gfad0