Page 1 of 1

exceptions saving error code

Posted: Sat Jan 24, 2004 9:40 am
by Adek336
As I know, some exception handlers push the error code on stack right? Which do push and which do not?

Cheers,
Adrian

Re:exceptions saving error code

Posted: Sat Jan 24, 2004 4:11 pm
by Tim

Re:exceptions saving error code

Posted: Sun Jan 25, 2004 3:55 pm
by Pype.Clicker
@Tim: your above link is broken ;D

Well, btw, i tend to push a zero byte at the very start of handlers for exceptions that have no error codes ... this makes the whole thing easier to deal with later (imho)