Update readme

This commit is contained in:
Piotr Wiszowaty 2014-07-20 10:27:15 +02:00
parent 7e65a8c487
commit d454bad69e
1 changed files with 8 additions and 6 deletions

View File

@ -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:
<pre>$ foco65 foo.forth > foo.asx</pre>
```sh
$ foco65 foo.forth > foo.asx
```
Words
-----