Update readme

This commit is contained in:
Piotr Wiszowaty 2014-07-20 10:21:18 +02:00
parent 5113888d54
commit 7e65a8c487

View File

@ -2,7 +2,7 @@ foco65
======
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
-----
@ -17,6 +17,10 @@ OPTIONS:
default: init,boot,data,code
-S INT,--pstack-SIZE=INT parameter stack size
Example:
<pre>$ foco65 foo.forth > foo.asx</pre>
Words
-----