Skip to content

Commit b5a77fd

Browse files
committed
docs - add missing <td> column
all other functions in the built-in functions list have three columns. the last one only has two. add a blank column so it matches, and the html validates
1 parent 24830e1 commit b5a77fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/manual/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,6 +2780,7 @@ <h4 id="built-ins">Built-in Functions</h4>
27802780
<tr>
27812781
<td><code class="65c816_asar">realbase()</code></td>
27822782
<td>Returns the current address in the ROM being written to. This is not the same as the value of a nearby label when the <code>base</code> command is active: it returns the actual address the code will end up at.</td>
2783+
<td><pre><code></code></pre></td>
27832784
</tr>
27842785
</table><br/>
27852786
All built-in functions can be overridden by user-defined functions. Prepending an underscore (for example: <code class="65c816_asar">_read1()</code>) leads to the original function, which can be used to make an overridden function call its original function.

0 commit comments

Comments
 (0)