mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:16:47 +08:00
added M series code without macros
This commit is contained in:
parent
630812d99a
commit
bce4e339e2
1 changed files with 5 additions and 1 deletions
|
|
@ -740,7 +740,11 @@ The only changes are the handling of external symbols like `main` and
|
|||
|
||||
`gcc no_macros.s`
|
||||
|
||||
This source code will assembly and link correctly on the M series Macs.
|
||||
The code above source code will assembly and link correctly on the M
|
||||
series Macs. The suggestion to add the version without the macro suite
|
||||
comes from `laurent b` on `github`. They correctly pointed out that
|
||||
jumping directly into macros in this first chapter was a pretty jarring
|
||||
leap.
|
||||
|
||||
Next we'll consider the version using our macro suite which will
|
||||
assemble and build on both the M series and ARM-based Linux systems.
|
||||
|
|
|
|||
Loading…
Reference in a new issue