From 9562d54922da5c3153d40df412efbc1c9f8e76ce Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 10 May 2021 18:25:21 +0200 Subject: [PATCH] Ajout tuto --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0af3f8..914fd97 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Le compilateur [VASM](http://sun.hasenbraten.de/vasm/) est utilisé pour l'insta ``` vasmz80_oldstyle hello.asm -chklabels -nocase -DBuildMSX=1 -DBuildMSX_MSX1=1 -Fbin -o hello.rom ``` + +Je m'appuie sur [le tuto de Chibiakumas](https://www.chibiakumas.com/z80/helloworld.php#LessonH3) pour le Hello worl.