add ports
[mTask.git] / int / mTaskSymbols.h
1 #ifndef MTASK_H
2 #define MTASK_H
3 #define BCNop 0
4 #define BCPush 1
5 #define BCPop 2
6 #define BCNot 3
7 #define BCAdd 4
8 #define BCSub 5
9 #define BCMul 6
10 #define BCDiv 7
11 #define BCAnd 8
12 #define BCOr 9
13 #define BCEq 10
14 #define BCNeq 11
15 #define BCLes 12
16 #define BCGre 13
17 #define BCLeq 14
18 #define BCGeq 15
19 #define BCJmp 16
20 #define BCJmpT 17
21 #define BCJmpF 18
22 #define BCSERIALAVAIL 19
23 #define BCSERIALPRINT 20
24 #define BCSERIALPRINTLN 21
25 #define BCSERIALREAD 22
26 #define BCSERIALPARSEINT 23
27 #endif