added M series code without macros

This commit is contained in:
Perry Kivolowitz 2024-05-02 09:29:44 -05:00
parent 630812d99a
commit bce4e339e2

View file

@ -740,7 +740,11 @@ The only changes are the handling of external symbols like `main` and
`gcc no_macros.s` `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 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. assemble and build on both the M series and ARM-based Linux systems.