Mail Archives: djgpp/1997/08/31/15:54:48
Andrew Happ wrote:
>
> ========
> I've been looking at the difference between these 2 MSDOS releases. A
> file compare between the respective versions of IO.SYS and MSDOS.SYS
> reveals no difference, although the build dates do vary. Comparing
> the two COMMAND.COMs reveals identical code except for two op codes,
> vis
>
> DOS 6.20 uses
> XCHG AH,AL
> XOR AH,AH
This basically acomplishes nothing, if AL is moved into AH and then
zeroed out, the XCHG line is an extra useless line.
>
> DOS 6.21 uses
> XOR AH,AH
> MOV AL,15
>
> Does any machine code buster or os guru know what this difference
> means in terms of the command processor's operation?
- Raw text -