From: sparky4 Date: Mon, 22 Jun 2015 22:38:39 +0000 (-0500) Subject: wwww hmm it really dose only know how to do 8*16 X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=1f9cd2c0b1d15439d01f8ea972004bb70516f0f0;p=16.git wwww hmm it really dose only know how to do 8*16 Signed-off-by: sparky4 --- diff --git a/fonttest.exe b/fonttest.exe index 3c006f65..af6011a5 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/src/fonttest.c b/src/fonttest.c index 8c5bfcd3..d521db30 100644 --- a/src/fonttest.c +++ b/src/fonttest.c @@ -91,7 +91,7 @@ void main(int argc, char *argv[]) SHL BX, 1 SHL BX, 1 ADD SI, BX ;the address of A - MOV CX, 16 + MOV CX, w L1: MOV AX, ES:SI MOV DS:DI, AX INC SI