Compare commits
2 commits
1836649e69
...
87d2d813ab
Author | SHA1 | Date | |
---|---|---|---|
87d2d813ab | |||
ccc8fd7737 |
3 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.lst
|
||||
*.rom
|
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
CC=sjasmplus
|
||||
CFLAGS=
|
||||
|
||||
%:
|
||||
$(CC) $@.asm --raw=$@.rom
|
|
@ -6,4 +6,6 @@ Le compilateur SJASMplus est utilisé afin de compiler les fichiers et [OpenMSX]
|
|||
sjasmplus hello.asm --raw=hello.rom
|
||||
```
|
||||
|
||||
Il est aussi possible d’utiliser le Makefile avec la commande `make hello`.
|
||||
|
||||
Je m'appuie sur [le tuto de Chibiakumas](https://www.chibiakumas.com/z80/helloworld.php#LessonH3) pour le Hello worl.
|
||||
|
|
Loading…
Add table
Reference in a new issue