*** empty log message ***

This commit is contained in:
2005-07-07 16:32:37 +00:00
parent 5cb1474848
commit 839ca4a16c
6 changed files with 64 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: bytecode.h,v 1.2 2005-07-07 07:45:05 bacon Exp $
* $Id: bytecode.h,v 1.3 2005-07-07 16:32:37 bacon Exp $
*/
#ifndef _XP_STX_BYTECODE_H_
@@ -7,13 +7,14 @@
#include <xp/stx/stx.h>
#define PUSH_VARIABLE 0x0
#define PUSH_ARGUMENT 0x1
#define PUSH_TEMPORARY 0x2
#define PUSH_LITERAL 0x3
#define DO_SPECIAL 0x5
#define DO_PRIMITIVE 0x6
#define DO_PRIMITIVE_EXTENDED 0xF
#define PUSH_VARIABLE 0x0
#define PUSH_TEMPORARY 0x1
#define PUSH_LITERAL 0x2
#define DO_SPECIAL 0x3
#define DO_PRIMITIVE 0x4
#define PUSH_VARIABLE_EXTENDED 0xA
#define PUSH_TEMPORARY_EXTENDED 0xB
#define DO_PRIMITIVE_EXTENDED 0xF
#ifdef __cplusplus
extern "C" {