Hi
> Let me offer some more comments and optimizations.
>
> - in main directory appear config.bat, which similar to config.b (whereas
> there was disappear bin\config.sys).
thats a bug. config.BAT should never be delivered.
> - rdatclk.asm. Was:
rdatclk was linked earlier. now its '#if 0' code (to be deleted ASAP)
> In other files also may be applied similar small optmizations. For
example,
> rdpcclk.asm. Was:
was xor ah,ah
Should be: mov ah,0
WHY?
was > mov ah,0
should be > ;mov ah,0
OK.
was > mov ax,dx
> mov dx,cx
should be > xchg ax,cx
> xchg ax,dx
why?
so we save 2 bytes.
tom
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?b1ddyi.b3hwCs.YXJjaGl2
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================