From 8a6a8b2348abad129f17c6ecb5168304bfadb9ad Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 10 Dec 2019 20:36:29 +0100 Subject: [PATCH] More acronyms --- work/acronyms.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +}