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.
55 89 E5 83 EC
which was totally different from what I expected (different from the
disassembler results)
Was I dumping the wrong file? or it was supposed to be like this? any
ideas?
Thanks
Jack