potion  0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PN_OP Struct Reference

PN_OP - a compressed three-address op (as 32bit int bitfield) TODO: expand to 64bit, check jit then. More...

#include <opcodes.h>

Data Fields

int a:12
 < the op. See vm.c http://www.lua.org/doc/jucs05.pdf More...
 
int b:12
 optional arg, the message More...
 

Detailed Description

PN_OP - a compressed three-address op (as 32bit int bitfield) TODO: expand to 64bit, check jit then.

Definition at line 70 of file opcodes.h.

Field Documentation

int PN_OP::a

< the op. See vm.c http://www.lua.org/doc/jucs05.pdf

the data (i.e the register)

Definition at line 71 of file opcodes.h.

int PN_OP::b

optional arg, the message

Definition at line 73 of file opcodes.h.


The documentation for this struct was generated from the following file: