1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

Minor documentation updates

This commit is contained in:
Karol Stasiak 2018-07-31 00:58:43 +02:00
parent 53f550d266
commit e0bec29318
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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