update comments for the LOAD DATA box

This commit is contained in:
wixette 2020-03-07 02:38:52 +08:00
parent 3d81f09a69
commit 9b082f49b9

View File

@ -66,12 +66,9 @@
<p>
<input id="data" type="text" size="60">&nbsp;
<input type="button" value="LOAD DATA" onclick="loadData();">
<input type="button" value="LOAD DATA" onclick="loadData();"><br>
<span class="comments">In HEX string, e.g.: 00 01 02 03 0a 0b 0c 0d</span>
</p>
<pre class="comments">
Examples - binary data of some tiny programs:
db ff d3 ff c3 00 00 // Switch echo between A2 and A1.
3e 8c d3 ff 0f c3 02 00 // Pattern shift.</pre>
<hr>