Update README.md

This commit is contained in:
Clifford Carnmo 2017-03-18 12:10:06 +01:00 committed by GitHub
parent 5a8e1c00bf
commit 9d916868c6

View file

@ -2,7 +2,7 @@
All you need to start programming 6510 assembler for the Commodore 64 on Microsoft Windows.
## Usage
Run `build.bat` to compile, crunch and launch your code in the VICE emulator. This produces `build\c64-devkit.prg` which is runable on a real Commodore 64 or using an emulator.
Run `build.bat` to compile, crunch and launch your code in the VICE emulator. This produces `build\c64-devkit.prg` which is runnable on a real Commodore 64 or using an emulator.
## Notes
Source code is located in `source/` and can reside in multiple files ending with `.asm`.