ref: 23b29a9ae1a4f0f6be1ef7a2db4f59f4aace17c5
dir: /doc/asm/fail.htm/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>xAsm FAIL, WARN</title> <link rel="stylesheet" type="text/css" href="../style.css"> </head> <body> <h1>FAIL, WARN</h1> <p>FAIL and WARN can be used to terminate the assembling process if you wish to do so. This is especially useful for macros that get an invalid argument. FAIL and WARN take a string as the only argument and they will print this string out as a normal error with a linenumber.</p> <p>FAIL stops assembling immediately while WARN continues after printing the errormessage.</p> <h1>See also:</h1> <ul> <li><a href="expr_str.htm">String expressions, functions and formatting</a> </ul> <hr> <p>Last updated 21 June 1997 by <a href="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</a></p> </body> </html>