NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: Borneq on December 10, 2012, 09:52:53 PM

Title: setjmp/longjmp source
Post by: Borneq on December 10, 2012, 09:52:53 PM
Is any setjmp/longjmp assembler source ?
Title: Re: setjmp/longjmp source
Post by: Keith Kanios on December 11, 2012, 02:01:25 AM
Compile some C code with a simple setjmp/longjmp example, study the disassembled object code, and implement in kind.