summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2013-05-16 09:16:33 +0200
committerBert Lange <b.lange@hzdr.de>2013-05-16 09:16:33 +0200
commitb1bba840534b2e9a6f79564b006843b0e268e475 (patch)
treee7663a12b6283daf0ae83a139473027e6c4adb16
parent6f2e0ea6433ae0042e75bf668c5f10b77e6e2bf7 (diff)
downloadzpu-b1bba840534b2e9a6f79564b006843b0e268e475.zip
zpu-b1bba840534b2e9a6f79564b006843b0e268e475.tar.gz
fix: opcode numbering
-rw-r--r--zpu/docs/zpu_arch.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/zpu/docs/zpu_arch.html b/zpu/docs/zpu_arch.html
index 32a3ca2..15b9ccf 100644
--- a/zpu/docs/zpu_arch.html
+++ b/zpu/docs/zpu_arch.html
@@ -948,7 +948,7 @@ int address = pop();<br>
NEQ
</td>
<td>
- 48
+ 47
</td>
<td>
pushIntStack((popIntStack() != popIntStack()) ? 1 : 0); <td>
@@ -960,7 +960,7 @@ int address = pop();<br>
NEG
</td>
<td>
- 47
+ 48
</td>
<td>
pushIntStack(-popIntStack());<td>
OpenPOWER on IntegriCloud