mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:16:47 +08:00
fixed link error
This commit is contained in:
parent
ed62038965
commit
74afd4e6b5
1 changed files with 3 additions and 3 deletions
|
|
@ -101,9 +101,9 @@ versions. The macro `GLD_ADDR` is used in this case rather than
|
|||
|
||||
## How does this help bridge Apple and Linux?
|
||||
|
||||
[Here](./macros.S) is an assembly language file containing the macros
|
||||
we're developing to bring Linux and Apple Silicon assembly language
|
||||
closer together.
|
||||
[Here](./apple-linux-convergence.S) is an assembly language file
|
||||
containing the macros we're developing to bring Linux and Apple Silicon
|
||||
assembly language closer together.
|
||||
|
||||
Notice it has:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue