Setting up the stack
Posted: Thu Jan 06, 2005 12:00 am
Hi people,
I've a little question about the stack,
Why does 400 mean 1024 bytes?
[/code]
I've a little question about the stack,
Code: Select all
mov ax,09BFFF
mov ss, ax
mov sp, 0x400
[/code]