mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:16:47 +08:00
more changes to kick
This commit is contained in:
parent
dcd6f4505b
commit
652f593ca4
2 changed files with 6 additions and 1 deletions
|
|
@ -29,7 +29,12 @@ ARM processors are RISC processors (Reduced Instruction Set Computers).
|
|||
The rough idea behind RISC is to make instructions simpler so as to make
|
||||
room for more registers. AARCH64 (what we are studying) has a lot of
|
||||
registers. Thirty two integer registers and thirty two floating point
|
||||
registers. Also, there are thirty two vector or SIMD registers.
|
||||
registers.
|
||||
|
||||
Also, the floating point registers can also serve as vector or SIMD
|
||||
registers (later).
|
||||
|
||||
Certain registers are reserved for certain purposes (later).
|
||||
|
||||
rn means register "of some type" number n.
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue