shithub: rgbds

ref: 1d174f37da1407b7fbcbe46f48cf2697181c39ec
dir: /doc/asm/presym.htm/

View raw version
<!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 Predeclared symbols</title>
        <link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<h1>Predeclared symbols</h1>
<table>
	<caption>Symbols</caption>
<thead>
<tr>
	<th scope="col">Name</th>
	<th scope="col">Contents</th>
	<th scope="col">Type</th>
</tr>
</thead>
<tr>
	<td>@</td>
	<td>PC value</td>
	<td>EQU</td>
</tr>
<tr>
	<td>_PI</td>
	<td>Fixed point ¶</td>
	<td>EQU</td>
</tr>
<tr>
	<td>_RS</td>
	<td>_RS counter</td>
	<td>SET</td>
</tr>
<tr>
	<td>_NARG</td>
	<td>Number of arguments passed to macro</td>
	<td>EQU</td>
</tr>
<tr>
	<td>__LINE__</td>
	<td>The current linenumber</td>
	<td>EQU</td>
</tr>
<tr>
	<td>__FILE__</td>
	<td>The current filename</td>
	<td>EQUS</td>
</tr>
<tr>
	<td>__DATE__</td>
	<td>Todays date</td>
	<td>EQUS</td>
</tr>
<tr>
	<td>__TIME__</td>
	<td>The current time</td>
	<td>EQUS</td>
</tr>
</table>
<hr>
<p>Last updated 21 June 1997 by <a href="mailto:[email protected]">Carsten Sorensen</a></p>
</body>
</html>