NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: Borneq on December 13, 2012, 08:07:14 PM

Title: Raise
Post by: Borneq on December 13, 2012, 08:07:14 PM
Code: [Select]
invoke  RaiseException,0E0000100h,0,0,NULLIn fun procedure I call RaiseException, handler goes to finally place. But, I don't know why, code after fun() is not running...
Title: Re: Raise
Post by: Borneq on December 13, 2012, 09:26:28 PM
Code correction:
Title: Re: Raise
Post by: Borneq on December 13, 2012, 10:43:51 PM
Invoke RtlUnwind