mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-22 01:37:23 +00:00
Minor documentation updates
This commit is contained in:
parent
53f550d266
commit
e0bec29318
@ -59,6 +59,8 @@ Read [the Apple 2 programming guide](./apple2-programming-guide.md) for more inf
|
||||
|
||||
* `zxspectrum` – Sinclair ZX Spectrum 48k
|
||||
|
||||
* `zxspectrum_8080` – Sinclair ZX Spectrum 48k, using only Intel 8080 instructions
|
||||
|
||||
The primary and most tested platform is Commodore 64.
|
||||
|
||||
Currently, targets that assume that the program will be loaded from disk or tape are better tested.
|
||||
|
@ -19,7 +19,7 @@ Syntax:
|
||||
see [Macros_and inlining#Macros](../abi/inlining.md#macros)
|
||||
|
||||
* `inline` – the function should preferably be inlined
|
||||
see [Macros_and inlining#Inlining](../abi/inlining.md#automatic_inlining.md)
|
||||
see [Macros_and inlining#Inlining](../abi/inlining.md#automatic-inlining)
|
||||
|
||||
* `noinline` – the function should never be inlined
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user