*** empty log message ***
This commit is contained in:
14
ase/stx/bytecode.h
Normal file
14
ase/stx/bytecode.h
Normal 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
|
||||
Reference in New Issue
Block a user