diff --git a/index.html b/index.html index 7ca3887..3f75a7c 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@
-Examples - binary data of simple programs: +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.@@ -264,6 +264,14 @@ db ff d3 ff c3 00 00 // Switch echo between A2 and A1. function examineNext() { sim.examineNext(); } + + function deposit() { + sim.deposit(); + } + + function depositNext() { + sim.depositNext(); + }