mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:26:59 +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?
|
## How does this help bridge Apple and Linux?
|
||||||
|
|
||||||
[Here](./macros.S) is an assembly language file containing the macros
|
[Here](./apple-linux-convergence.S) is an assembly language file
|
||||||
we're developing to bring Linux and Apple Silicon assembly language
|
containing the macros we're developing to bring Linux and Apple Silicon
|
||||||
closer together.
|
assembly language closer together.
|
||||||
|
|
||||||
Notice it has:
|
Notice it has:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue