1
edit
Changes
→Topics
|x86 Registers||What are the names and sizes of all of the x86_64 registers? Why are they named this way? Which ones have special significance, unusual operation, or are required for specific operations?||
|-
|Aarch64 Registers||What are the names and sizes of all of the Aarch64 registers? Why are they named this way? Which ones have special significance, unusual operation, or are required for specific operations?||Edwin Lum
|-
|Absolute addressing and Immediate values on Aarch64||In Aarch64 systems, the size instruction is limited to 64 bits. Since some bits are required to encode the operation, addressing mode, and registers, the number of bits available to specify an address or immediate value (constant) are limited. How are constant values represented, and what are the limitations on the values that can be included? How can you work around these limitations?||