aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 1abeff7f..b506edc0 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.50 2000/03/16 18:03:09 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.51 2000/03/24 17:26:08 roberto Exp roberto $
3** Opcodes for Lua virtual machine 3** Opcodes for Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,7 +7,7 @@
7#ifndef lopcodes_h 7#ifndef lopcodes_h
8#define lopcodes_h 8#define lopcodes_h
9 9
10#include "llims.h" 10#include "llimits.h"
11 11
12 12
13/*=========================================================================== 13/*===========================================================================
@@ -24,7 +24,7 @@
24 The signed argument is represented in excess 2^K; that is, the number 24 The signed argument is represented in excess 2^K; that is, the number
25 value is the usigned value minus 2^K. 25 value is the usigned value minus 2^K.
26 26
27 The size of each argument is defined in `llims.h'. The usual is an 27 The size of each argument is defined in `llimits.h'. The usual is an
28 instruction with 32 bits, U and S arguments with 26 bits (32-6), B 28 instruction with 32 bits, U and S arguments with 26 bits (32-6), B
29 argument with 9 bits, and A argument with 17 bits (32-6-9). For small 29 argument with 9 bits, and A argument with 17 bits (32-6-9). For small
30 instalations, the instruction size can be 16, so U and S have 10 bits, 30 instalations, the instruction size can be 16, so U and S have 10 bits,