Hi!

13-Апр-2004 10:58 [EMAIL PROTECTED] (Bart Oldeman) wrote to
[EMAIL PROTECTED]:

> (From Arkady) Avoid "shr cx,4" (it doesn't work on the 8088)
> +++ kernel.asm        13 Apr 2004 10:58:06 -0000      1.50
>  %ifdef WATCOM
> -             shr     cx,4
> +             mov     cl,4
> +             shr     si,cl
>  %endif

     Don't forget that there was two places with SHR ..,4. Just search ",4".




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to