;;   -       :
;; credits: repairing bad determination of space occupied by line of text

; 004694a2 8b742410        mov     esi,dword ptr [esp+10h]
; 004694a6 33d2            xor     edx,edx
; 004694a8 8bce            mov     ecx,esi
; 004694aa 8a06            mov     al,byte ptr [esi]
; 004694ac 84c0            test    al,al
; 004694ae 7415            je      image00400000+0x694c5 (004694c5)
; 004694b0 0fbec0          movsx   eax,al
; ---- replace with:
;          0fb6c0          movzx   eax,al
; 004694b3 33db            xor     ebx,ebx
; 004694b5 8a98502b4c00    mov     bl,byte ptr image00400000+0xc2b50 (004c2b50)[eax]
; 004694bb 8a4101          mov     al,byte ptr [ecx+1]
; 004694be 03d3            add     edx,ebx
; 004694c0 41              inc     ecx
; 004694c1 84c0            test    al,al
; 004694c3 75eb            jne     image00400000+0x694b0 (004694b0)
; 004694c5

{ REPL 2
  $ x0F xBE
  $ x0F xB6
  @ CORE  x301000 x684B0  x302000 x684B0
} REPL
