mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:16:47 +08:00
corrected broken link for register interlude.
This commit is contained in:
parent
d0fe067eac
commit
08406598eb
2 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ if (a > b) // 1
|
|||
For simplicity, let us assume that both `a` and `b` are defined as
|
||||
`long int`. Being 64 bits in width, this means `x` registers will be used in the assembly
|
||||
language. If `a` or `b` are not pointers and are not longs, `w` registers would sneak
|
||||
in somewhere. See [Interlude - Registers](./section_1/regs/README.md) for more information.
|
||||
in somewhere. See [Interlude - Registers](../regs/README.md) for more information.
|
||||
|
||||
## `if` in `AARCH64`
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue