[SPCA] Design fixes

This commit is contained in:
2026-01-26 19:23:23 +01:00
parent fe9dc3344d
commit 02dca2ea18
4 changed files with 2 additions and 3 deletions

View File

@@ -21,5 +21,4 @@ In other words, any 16 bit code would still work as previously, as e.g. the \tex
The same happened again when extending to 64-bit, only this time the \texttt{r} prefix was used.
So, the register \texttt{\$eax} was now the lower 32 bits of \texttt{\%rax}.
Additionally, the following registers are also available, with \texttt{X} to be substituted with 8 through 15: \texttt{\%rX} and the lower 32 bits \texttt{\%rXd}