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 -----