From 44eb7d91ac24db572a50ccca388a401cbdfd6fe0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 15 Aug 2000 15:28:48 -0300 Subject: comments --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index e5067493..f97a2138 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.64 2000/06/21 17:05:49 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.65 2000/06/26 19:28:31 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -30,7 +30,7 @@ The size of each argument is defined in `llimits.h'. The usual is an instruction with 32 bits, U arguments with 26 bits (32-6), B arguments with 9 bits, and A arguments with 17 bits (32-6-9). For small - instalations, the instruction size can be 16, so U has 10 bits, + installations, the instruction size can be 16, so U has 10 bits, and A and B have 5 bits each. ===========================================================================*/ -- cgit v1.2.3-55-g6feb