Update readme

This commit is contained in:
Piotr Wiszowaty 2014-07-20 10:27:15 +02:00
parent 7e65a8c487
commit d454bad69e

View File

@ -11,15 +11,17 @@ foco65 [OPTIONS] INPUT-FILE
OPTIONS: OPTIONS:
-h display help -h display help
-p ADDR,--pstack-bottom=ADDR parameter stack bottom address -p ADDR,--pstack-bottom=ADDR parameter stack bottom address
-s SECTS,--sections=SECTS specify comma separated list of sections -s SECTS,--sections=SECTS specify comma separated list of sections
default: init,boot,data,code default: init,boot,data,code
-S INT,--pstack-SIZE=INT parameter stack size -S INT,--pstack-SIZE=INT parameter stack size
Example: Example:
<pre>$ foco65 foo.forth > foo.asx</pre> ```sh
$ foco65 foo.forth > foo.asx
```
Words Words
----- -----