simplify expression
[mTask.git] / int / mTaskSymbols.h
1 #ifndef MTASK_H
2 #define MTASK_H
3 #define BCNOP 0
4 #define BCLAB 1
5 #define BCPUSH 2
6 #define BCPOP 3
7 #define BCSDSSTORE 4
8 #define BCSDSFETCH 5
9 #define BCSDSPUBLISH 6
10 #define BCNOT 7
11 #define BCADD 8
12 #define BCSUB 9
13 #define BCMUL 10
14 #define BCDIV 11
15 #define BCAND 12
16 #define BCOR 13
17 #define BCEQ 14
18 #define BCNEQ 15
19 #define BCLES 16
20 #define BCGRE 17
21 #define BCLEQ 18
22 #define BCGEQ 19
23 #define BCJMP 20
24 #define BCJMPT 21
25 #define BCJMPF 22
26 #define BCSERIALAVAIL 23
27 #define BCSERIALPRINT 24
28 #define BCSERIALPRINTLN 25
29 #define BCSERIALREAD 26
30 #define BCSERIALPARSEINT 27
31 #define BCANALOGREAD 28
32 #define BCANALOGWRITE 29
33 #define BCDIGITALREAD 30
34 #define BCDIGITALWRITE 31
35 #define BCTEST 32
36 #endif