Update README.md
This commit is contained in:
parent
4d95a36414
commit
311629efa4
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# c64-devkit
|
||||
# c64-devkit
|
||||
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 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`.
|
||||
Source code is located in `source\` and can reside in multiple files ending with `.asm`.
|
||||
|
||||
This devkit is based on the following components:
|
||||
* ACME https://sourceforge.net/projects/acme-crossass/
|
||||
|
|
Loading…
Add table
Reference in a new issue