> AND AL,00fh
> ADD AL,090h
> DAA
> ADC AL,040h
> DAA
> RET
On Sat, 10 Dec 2005, woodelf wrote:
It gets me confused before it returns. I think
I've seen the same code
in the 386 book I have.
If it is the program segment I am thinking of that is a cute trick if
it returns AL as a ascii character.
The first time that I saw that sequence, it was in some commented source
code.
The comment read:
; I have no idea why this works!