From be46f1195b4ad376c4cc013602f63e3d3f3a38df Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Mon, 7 Jul 2025 15:39:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a7db7..c79d707 100644 --- a/README.md +++ b/README.md @@ -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 |