Fix comments in opcode.h

This commit is contained in:
Jun Hiroe
2013-07-12 23:12:28 +09:00
parent dd719383d0
commit b86409c364
+1 -1
View File
@@ -51,7 +51,7 @@
enum {
/*-----------------------------------------------------------------------
name args description
operation code operand description
------------------------------------------------------------------------*/
OP_NOP=0,/* */
OP_MOVE,/* A B R(A) := R(B) */