ref: 7b4746b20e023c9927e6108e36a48b95147b8b93
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:[email protected]">Carsten Sorensen</a></p> </body> </html>