Re: asm and nasm newbie




Zhang Huan wrote:

| thanks for replying
questions with sense are always welcome :)

| actually i use such code in real mode, just part of network bootloader
| code.
| can esp directly be used before changing to 32bit mode??

Yes, but I wouldn't alter esp anyway, its lower 16-bits 'are' sp and
the high half must hold zero in true realmode, otherwise any stack-
operation will result in an exception.

__
wolfgang






.