From e7eadb57ebdc1520268fa3a5ec5ae04e52ebd401 Mon Sep 17 00:00:00 2001 From: frater Date: Sat, 25 Jul 2026 17:39:37 +0200 Subject: [PATCH] Actualiser doc/API.md --- doc/API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/API.md b/doc/API.md index f1a5416..1b3dff5 100644 --- a/doc/API.md +++ b/doc/API.md @@ -4,7 +4,7 @@ Le système utilise plusieurs macro *GFX*,*GUI*, etc pour appeler les fonctions Les arguments sont passés sur la pile (Convention C : dernier argument empilé en premier, nettoyage par l'appelant géré par la macro). - * [CGA](/doc/API_CGA.md) : controleur graphique CGA - * [MEMORY](/doc/API_MEMORY.md) : controleur graphique CGA + * [CGA](doc/API_CGA.md) : controleur graphique CGA + * [MEMORY](doc/API_MEMORY.md) : controleur graphique CGA - * [MEMORY MAP](/doc/MEMORY_MAP.md) : Plan de la mémoire \ No newline at end of file + * [MEMORY MAP](doc/MEMORY_MAP.md) : Plan de la mémoire \ No newline at end of file