At most 256 bytes will be reserved
This commit is contained in:
parent
4aa19494f5
commit
929553dc8d
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ either a string or an expression.
|
|||
Example:
|
||||
|
||||
<tscreen><verb>
|
||||
; Reserve space for some data, but 256 bytes minimum
|
||||
; Reserve space for some data, but 256 bytes maximum
|
||||
savearea: .min (.sizeof (foo), 256)
|
||||
</verb></tscreen>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue