Markdown test

This commit is contained in:
Quinn Dunki 2015-01-19 11:55:51 -08:00
parent 29897d54c6
commit 7ef207a1b7

View File

@ -317,7 +317,7 @@ These routines are used for creating, modifying, and working with views.
Creates a new WeeGUI view. Up to 16 are allowed in one program. If a view is created with the same ID as a previous view, the previous view is destroyed. Views are not shown when created. Call *WGPaintView* to display it.
<table width="100%">
<table>
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
X: WGCreateView
PARAM0: Pointer to configuration block (LSB)
@ -341,7 +341,8 @@ Configuration block consists of eight bytes:
View height,
Content width,
Content height)
</pre></td></tr></table>
</pre></td></tr>
</table>