Update README.md

This commit is contained in:
robjustice 2018-12-18 08:31:23 +11:00 committed by GitHub
parent fbcb75248a
commit 185258f632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ An example skeleton source file is shown below:
.endproc
```
Then we assemble and link this with ca65 and ld65 using the Apple3_o65.cfg file (see src folder)
Then we assemble and link this with ca65 and ld65 using the Apple3_o65.cfg file (see files)
```
ca65.exe test.s -l test.lst
ld65.exe test.o -o test.o65 -C Apple3_o65.cfg