diff --git a/docs/api/target-platforms.md b/docs/api/target-platforms.md index 4d192d4a..8f6e60b8 100644 --- a/docs/api/target-platforms.md +++ b/docs/api/target-platforms.md @@ -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. diff --git a/docs/lang/functions.md b/docs/lang/functions.md index 88beeedb..df334b82 100644 --- a/docs/lang/functions.md +++ b/docs/lang/functions.md @@ -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