From 06801f78b436581931efc69090e7f9b9040e2853 Mon Sep 17 00:00:00 2001 From: robjustice Date: Fri, 14 Dec 2018 15:11:41 +1100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a16633..62f9917 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ I've been trying to learn python more, so this seemed like a good excuse to delv # Usage: - ``` - ca65 source file needs the comment in the 'TEXT' segment, and the code in the 'DATA' segment: - example skeleton below +The ca65 source file needs the comment in the 'TEXT' segment, and the code in the 'DATA' segment. +An example skeleton source file is shown below: + ``` .setcpu "6502" .reloc ; @@ -57,7 +57,7 @@ once we have the binary, then we can convert it and add to an existing SOS.DRIVE Then we can use the disk util of choice to add to a dsk image and run in an emulator or a real machine. -I have used a windows cmd batch file to automate this process to enable quick driver testing, example of mine is included show here: +I have used a windows batch file to automate this process to enable quick driver testing, example of mine is shown here: ``` @REM Driver make/update