Kiwi Engine
VM for interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KERegister.h
Go to the documentation of this file.
1 
8 #ifndef KEREGISTER_H
9 #define KEREGISTER_H
10 
11 #include <Coconut/Coconut.h>
12 
14 typedef uint16_t KERegisterId ;
15 
17 static const unsigned int KEBitwidthOfRegisterId = 16 ;
18 
20 static const KERegisterId KENoRegisterId = 0xffff ;
21 
23 static const KERegisterId KEMaxRegisterNum = 0xfffe ;
24 
25 #endif /* KEREGISTER_H */
uint16_t KERegisterId
Definition: KERegister.h:14