by Marco van de Voort <marcov@[EMAIL PROTECTED]
>
Dec 8, 2007 at 04:15 PM
On 2007-12-08, Jacky <jl@[EMAIL PROTECTED]
> wrote:
> Hi folks,
> I was chasing to see what happens when I disassembled an old DOS BPW
app.
> Inside the function "MaxAvail", I see this
> 45 inc bp
> 55 push bp
> 8B EC mov bp,sp
> 1E push ds
>
> I obtained a program called intrfc, I tried to dump the core structure
for
> Turbo3.tpu which contains "maxavail"
> But the result was pretty surprising.
Two different versions generate different code? Or do I miss something?