summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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