mirror of
https://github.com/piotr-wiszowaty/foco65.git
synced 2024-12-18 11:30:15 +00:00
Update readme
This commit is contained in:
parent
5113888d54
commit
7e65a8c487
16
README.md
16
README.md
@ -2,7 +2,7 @@ foco65
|
|||||||
======
|
======
|
||||||
|
|
||||||
Forth cross-compiler targeting 6502 processors. It needs a 6502
|
Forth cross-compiler targeting 6502 processors. It needs a 6502
|
||||||
cross-assembler as a backend.
|
cross-assembler (e.g. [xasm](http://xasm.atari.org/)) as a backend.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
@ -11,11 +11,15 @@ 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:
|
||||||
|
|
||||||
|
<pre>$ foco65 foo.forth > foo.asx</pre>
|
||||||
|
|
||||||
Words
|
Words
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user