mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +00:00
At most 256 bytes will be reserved
This commit is contained in:
@@ -1695,7 +1695,7 @@ either a string or an expression.
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
<tscreen><verb>
|
<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)
|
savearea: .min (.sizeof (foo), 256)
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user