update comments for the LOAD DATA box
This commit is contained in:
parent
3d81f09a69
commit
9b082f49b9
|
@ -66,12 +66,9 @@
|
|||
|
||||
<p>
|
||||
<input id="data" type="text" size="60">
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user