From: Phil Smith Date: Sat, 2 Sep 2017 06:11:54 +0000 (-0700) Subject: At most 256 bytes will be reserved X-Git-Tag: V2.17~98^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=929553dc8df122916d89d97afb4adc2ccb141e29;p=cc65 At most 256 bytes will be reserved --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 33acc0a80..cb4fbb500 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -1695,7 +1695,7 @@ either a string or an expression. Example: - ; Reserve space for some data, but 256 bytes minimum + ; Reserve space for some data, but 256 bytes maximum savearea: .min (.sizeof (foo), 256)