aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lopcodes.h b/lopcodes.h
index d755870f..d3a3f08e 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -195,7 +195,7 @@ enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */
195 195
196typedef enum { 196typedef enum {
197/*---------------------------------------------------------------------- 197/*----------------------------------------------------------------------
198name args description 198 name args description
199------------------------------------------------------------------------*/ 199------------------------------------------------------------------------*/
200OP_MOVE,/* A B R[A] := R[B] */ 200OP_MOVE,/* A B R[A] := R[B] */
201OP_LOADI,/* A sBx R[A] := sBx */ 201OP_LOADI,/* A sBx R[A] := sBx */