mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-08 18:25:03 +00:00
Minor documentation updates
This commit is contained in:
@@ -59,6 +59,8 @@ Read [the Apple 2 programming guide](./apple2-programming-guide.md) for more inf
|
|||||||
|
|
||||||
* `zxspectrum` – Sinclair ZX Spectrum 48k
|
* `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.
|
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.
|
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)
|
see [Macros_and inlining#Macros](../abi/inlining.md#macros)
|
||||||
|
|
||||||
* `inline` – the function should preferably be inlined
|
* `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
|
* `noinline` – the function should never be inlined
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user