]> git.sur5r.net Git - cc65/commitdiff
Documented the new .assert actions.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Oct 2009 13:03:56 +0000 (13:03 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Oct 2009 13:03:56 +0000 (13:03 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4323 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index faca0f9aa562453a2630d8d69aa4cb544e95d15a..5c4891cc8fbd100b7b2cacb828933d0871162245 100644 (file)
@@ -1750,9 +1750,10 @@ Here's a list of all control commands and a description, what they do:
   Add an assertion. The command is followed by an expression, an action
   specifier, and an optional message that is output in case the assertion
   fails. If no message was given, the string "Assertion failed" is used. The
-  action specifier may be one of <tt/warning/ or <tt/error/. The assertion is
-  evaluated by the assembler if possible, and also passed to the linker in the
-  object file (if one is generated). The linker will then evaluate the
+  action specifier may be one of <tt/warning/, <tt/error/, <tt/ldwarning/ or
+  <tt/lderror/. In the former two cases, the assertion is evaluated by the
+  assembler if possible, and in any case, it's also passed to the linker in
+  the object file (if one is generated). The linker will then evaluate the
   expression when segment placement has been done.
 
   Example: