Update README.md
This commit is contained in:
parent
b9416566a5
commit
f65a2e6e53
1 changed files with 1 additions and 1 deletions
|
@ -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 runnable on a real Commodore 64 or using an emulator.
|
||||
Run `build.bat` to generate tables, compile the source code, crunch the binary and launch your program in the 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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue