A small library that provides inline asm functions for the shortjmp
and longjmp
functions. This is for using them without requiring a libc
. The assembly is translated into intel syntax from musl.
For a great article on how shortjmp
and longjmp
work check out Mark Mossberg's blogpost which walks through x86's assembly implementation.