.
[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 #define BCANALOGREAD 24
28 #define BCANALOGWRITE 25
29 #define BCDIGITALREAD 26
30 #define BCDIGITALWRITE 27
31 #define BCTEST 28
32 #define BCTEST 29
33 #define BCTEST 30
34 #define BCTEST 31
35 #define BCTEST 32
36 #define BCTEST 33
37 #endif