This commit is contained in:
Kartik K. Agaram 2021-08-29 00:06:30 -07:00
parent 8e182e394e
commit f5f91a5843
1 changed files with 2 additions and 1 deletions

View File

@ -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