/*****
* opcodes.h
* Andy Hammerlindl 2010/10/24
*
* A list of the virtual machine opcodes, defined by the macro OPCODE.
*****/
/* The first parameter is the name of the opcode. The second parameter is a
* character indicating what additional information (if any) is encoded with
* the opcode:
* x - nothing
* n - integer
* t - item
* b - builtin
* l - lambda pointer
* o - instruction offset
*/