1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-04 03:29:27 +00:00
This commit is contained in:
Matthias 2023-06-19 13:32:35 +02:00
parent fa0b343c69
commit dbfa32b5c2

View File

@ -77,7 +77,7 @@ Then compile and link the assembly file:
```sh
cd examples/asm/euclid
ca65 euclid.asm
ca65 euclid.a65
ld65 -C ../linker.cfg -o euclid.bin euclid.o
```