mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
- Correct grammar of -s description
- Normalize -s option specification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -67,11 +67,12 @@ error.
|
|||||||
Force the output to be written. Normally, B<stkrc> won't overwrite an existing
|
Force the output to be written. Normally, B<stkrc> won't overwrite an existing
|
||||||
bytecode file. This option overrides that behavior.
|
bytecode file. This option overrides that behavior.
|
||||||
|
|
||||||
=item B<-s=stacksize>
|
=item B<-s> F<stacksize>
|
||||||
|
|
||||||
Specify the stack size for the program. The default stack size, 1024, should be
|
Specify the stack size for the program. The default stack size, 1024, should be
|
||||||
sufficient for most programs. For very large, programs, you might want to
|
sufficient for most programs. For very large programs, especially those that
|
||||||
provide a larger value.
|
recurse a lot, you might want to provide a larger value. Each unit of this
|
||||||
|
value consumes 8 bytes of memory.
|
||||||
|
|
||||||
=item B<-help>
|
=item B<-help>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user