From 9d916868c61a82852e782f942cadd3d765927c60 Mon Sep 17 00:00:00 2001 From: Clifford Carnmo Date: Sat, 18 Mar 2017 12:10:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6841818..da92677 100644 --- a/README.md +++ b/README.md @@ -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`.