diff --git a/work/acronyms.tex b/work/acronyms.tex index 0f154b5..fe4f564 100644 --- a/work/acronyms.tex +++ b/work/acronyms.tex @@ -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 +}