X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=57959af1be2dada99dbd84ba0e93a658f78b0407;hb=f90517d738696125a067f113edf93f404873115b;hp=35b211a63281092337652e3b8c1940912782de58;hpb=ddfd196fa4999b117701121a2f4cb1fe378f902d;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 35b211a..57959af 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,36 +1,38 @@ #ifndef MTASK_H #define MTASK_H -#define BCNOP 1 -#define BCLAB 2 -#define BCPUSH 3 -#define BCPOP 4 -#define BCSDSSTORE 5 -#define BCSDSFETCH 6 -#define BCSDSPUBLISH 7 -#define BCNOT 8 -#define BCADD 9 -#define BCSUB 10 -#define BCMUL 11 -#define BCDIV 12 -#define BCAND 13 -#define BCOR 14 -#define BCEQ 15 -#define BCNEQ 16 -#define BCLES 17 -#define BCGRE 18 -#define BCLEQ 19 -#define BCGEQ 20 -#define BCJMP 21 -#define BCJMPT 22 -#define BCJMPF 23 -#define BCSERIALAVAIL 24 -#define BCSERIALPRINT 25 -#define BCSERIALPRINTLN 26 -#define BCSERIALREAD 27 -#define BCSERIALPARSEINT 28 -#define BCANALOGREAD 29 -#define BCANALOGWRITE 30 -#define BCDIGITALREAD 31 -#define BCDIGITALWRITE 32 -#define BCTEST 33 +#define BCNOP 0 +#define BCLAB 1 +#define BCPUSH 2 +#define BCPOP 3 +#define BCSDSSTORE 4 +#define BCSDSFETCH 5 +#define BCSDSPUBLISH 6 +#define BCNOT 7 +#define BCADD 8 +#define BCSUB 9 +#define BCMUL 10 +#define BCDIV 11 +#define BCAND 12 +#define BCOR 13 +#define BCEQ 14 +#define BCNEQ 15 +#define BCLES 16 +#define BCGRE 17 +#define BCLEQ 18 +#define BCGEQ 19 +#define BCJMP 20 +#define BCJMPT 21 +#define BCJMPF 22 +#define BCLEDON 23 +#define BCLEDOFF 24 +#define BCSERIALAVAIL 25 +#define BCSERIALPRINT 26 +#define BCSERIALPRINTLN 27 +#define BCSERIALREAD 28 +#define BCSERIALPARSEINT 29 +#define BCANALOGREAD 30 +#define BCANALOGWRITE 31 +#define BCDIGITALREAD 32 +#define BCDIGITALWRITE 33 +#define BCTEST 34 #endif