From d454bad69ed0a94a0cc0c3d6e3e4a3d12782614a Mon Sep 17 00:00:00 2001 From: Piotr Wiszowaty Date: Sun, 20 Jul 2014 10:27:15 +0200 Subject: [PATCH] Update readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f8896fc..f9aab8e 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,17 @@ foco65 [OPTIONS] INPUT-FILE OPTIONS: - -h display help - -p ADDR,--pstack-bottom=ADDR parameter stack bottom address - -s SECTS,--sections=SECTS specify comma separated list of sections - default: init,boot,data,code - -S INT,--pstack-SIZE=INT parameter stack size + -h display help + -p ADDR,--pstack-bottom=ADDR parameter stack bottom address + -s SECTS,--sections=SECTS specify comma separated list of sections + default: init,boot,data,code + -S INT,--pstack-SIZE=INT parameter stack size Example: -
$ foco65 foo.forth > foo.asx
+```sh +$ foco65 foo.forth > foo.asx +``` Words -----