More acronyms

This commit is contained in:
Valentin Brandl 2019-12-10 20:36:29 +01:00
parent ad8efa3d96
commit 8a6a8b2348
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -27,3 +27,18 @@
short = PIE,
long = position-independent executable
}
\DeclareAcronym{ip}{
short = IP,
long = instruction pointer
}
\DeclareAcronym{sp}{
short = SP,
long = stack pointer
}
\DeclareAcronym{bp}{
short = BP,
long = base pointer
}