Hi,
is there under any Windows system a problem with temporarily unaligned stack? By temporary I mean that between unaligning and realigning are not used any API calls at all. For instance let's consider an expansion of CWD instruction:
is there under any Windows system a problem with temporarily unaligned stack? By temporary I mean that between unaligning and realigning are not used any API calls at all. For instance let's consider an expansion of CWD instruction:
PUSHFW ; unalignign
MOV DX, AX
SAR DX, 15t
POPFW ; realigning
Nah, that works fine. Windows doesn't do anything with the user stack during interrupts.
Thanks, Sephiroth3 :)
but hell _will_ break lose if you forget to realign the stack ;)
Will there be Demons?? or Wraiths?? Halloween is coming you know! ;P