summaryrefslogtreecommitdiffhomepage
path: root/src/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.h')
-rw-r--r--src/opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode.h b/src/opcode.h
index df1fcf9bd..45e5823c7 100644
--- a/src/opcode.h
+++ b/src/opcode.h
@@ -51,7 +51,7 @@
enum {
/*-----------------------------------------------------------------------
- name args description
+ operation code operand description
------------------------------------------------------------------------*/
OP_NOP=0,/* */
OP_MOVE,/* A B R(A) := R(B) */