diff --git a/index.html b/index.html new file mode 100644 index 0000000..4e9c060 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + +
+ + +This website is intentionally being maintained in plain HTML. The only tracking method is access-logs, and your IP may be maintained for some time if the system suspects you are engaged in malicious activity. The AbuseIPDB badge below also sends a request on your behalf to load the image. Read more about this in Privacy Policy.
+
+
A transpiler is under construction to automate content creation in the website
+ +You can see the supported instructions below
+| Instruction Type | +Description | +
|---|---|
| MOV | +"The MOV instruction performs basic load data and store data operations between memory and the processor’s +registers and data movement operations between registers." (Intel SDM, p. 185) | +
| NOP | +Does nothing. It is always exactly 1 byte and is represented as a zero-byte. | +
| HLT | +Halts the emulator, performs an exit(0). | +