From 311629efa47e271081e62609db38b3d0c194569b Mon Sep 17 00:00:00 2001 From: Clifford Carnmo Date: Sat, 18 Mar 2017 16:14:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da92677..86ad048 100644 --- a/README.md +++ b/README.md @@ -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/