Update README.md

This commit is contained in:
PoliEcho 2025-07-07 15:39:11 +00:00
parent 69d31f9974
commit be46f1195b

View File

@ -14,7 +14,7 @@
## Registers
| Register (32, 16, 8H, 8L)-Bit | Usage | Preserved Across Function Calls |
| Register (32, 16, 8H, 8L)-bit | Usage | Preserved Across Function Calls |
|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------|
| %rax (eax, ax, ah, al) | Temporary register; with variable arguments passes information about the number of vector registers used; 1st return register | No |
| %rbx (ebx, ax, ah, al) | Callee-saved register; optionally used as base pointer | Yes |