Beginning of VP chapter

This commit is contained in:
2024-03-08 15:37:02 +01:00
parent 16735ce652
commit dcde272874
3 changed files with 117 additions and 6 deletions

View File

@@ -107,3 +107,19 @@
short = WR,
long = write,
}
\DeclareAcronym{risc}{
short = RISC,
long = reduced instruction set computer,
}
\DeclareAcronym{ld}{
short = LD,
long = load,
}
\DeclareAcronym{st}{
short = ST,
long = store,
}
\DeclareAcronym{aam}{
short = AAM,
long = address aligned mode,
}