From e23df88e89c78d38da358918efab8248da49e4fa Mon Sep 17 00:00:00 2001 From: Bernd Boeckmann Date: Sat, 15 Oct 2022 16:54:32 +0200 Subject: [PATCH] work on documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7407f6b..2645fe4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Early version of my 6502 assembler implementation. Hopefully ANSI C conformant. ## Example -The following example implements a hello world program for the Commodore C64. Compile with `asm6502 helloc64.asm helloc64.prg`. +The following example implements a hello world program for the Commodore C64. Assemble with `asm6502 helloc64.asm helloc64.prg`. ; C64 Hello World ; assemble to .PRG file: asm6502 helloc64.asm helloc64.prg @@ -37,7 +37,7 @@ The following example implements a hello world program for the Commodore C64. Co -## Description +## Documentation *The documentation is currently only a stub* ## Data types