From e5d8a97ecf89c3aa073fbd11e3de7372507af05f Mon Sep 17 00:00:00 2001 From: Computer construction kit SmartyKit <42343604+smartykit@users.noreply.github.com> Date: Thu, 21 Jan 2021 00:32:09 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 57703ac..8ce678d 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,14 @@ POM 1 cross-platform emulator by Verhille Arnaud to test SmartyKit 1 ROM with so ## ROM Development – SmartyKit 1 ROM asm source and make file Easy-to-use development tool to write your own software for SmartyKLit 1 (you need just run make in your Terminal) and learn how ROM is organized. + +Here is an example: +```bash +SERGEYs-MacBook:ROM_development spanarin$ make +SmartyKit 1: 6502 assembler & C-compiler to ROM (.bin) +Assembling and linking... +ca65 -l ROM_listing.asm SmartyKit1_ROM.asm +ld65 -m ROM.map -o SmartyKit1_ROM.bin SmartyKit1_ROM.o -C apple1.cfg +ld65 -o SmartyKit1_ROM_symon.bin SmartyKit1_ROM.o -C symon.cfg +SERGEYs-MacBook:ROM_development spanarin$ +```