mirror of
https://github.com/piotr-wiszowaty/foco65.git
synced 2025-08-08 19:24:57 +00:00
Update readme
This commit is contained in:
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
|
||||||
-----
|
-----
|
||||||
|
Reference in New Issue
Block a user