Skip to content

Commit

Permalink
レジスタの書き漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrrrr committed Nov 28, 2024
1 parent 9f3167d commit 9525b51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ x64にレジスタは16個ある。一つのレジスタのビット数は64Bit
| rbx | ebx | bx | bl |
| rcx | ecx | cx | cl |
| rdx | edx | dx | dl |
| rsi | esi | si | sil |
| rdi | edi | di | dil |
| **rbp** | **ebp** | bp | bpl |
| **rsp** | **esp** | sp | spl |
Expand Down

0 comments on commit 9525b51

Please sign in to comment.