*** empty log message ***

This commit is contained in:
2005-07-05 11:38:01 +00:00
parent bb30e3e656
commit cda8796ccd
3 changed files with 51 additions and 26 deletions

14
ase/stx/bytecode.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* $Id: bytecode.h,v 1.1 2005-07-05 11:38:01 bacon Exp $
*/
#ifndef _XP_STX_BYTECODE_H_
#define _XP_STX_BYTECODE_H_
#define PUSH_VARIABLE 0x1
#define PUSH_ARGUMENT 0x2
#define PUSH_TEMPORARY 0x3
#define PUSH_LITERAL 0x4
#define DO_PRIMITIVE 0xF
#endif