include kernel32.inc
include windows.inc
includelib kernel32.lib
include user32.inc
includelib user32.lib
.data
szCap db "By Hume[Af0],2001...",0
szMsgOK db "OK,the exception was handled by final handler!",0
szMsgERR db "It would never Get here!",0
buff db 200 dup(0)