X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=57959af1be2dada99dbd84ba0e93a658f78b0407;hb=f90517d738696125a067f113edf93f404873115b;hp=f67721b91bdf329bb75963318cd8ce410fb73fb6;hpb=2936e3ba44acd430c2b3290801ab1ffa700a8c25;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index f67721b..57959af 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,31 +1,38 @@ #ifndef MTASK_H #define MTASK_H #define BCNOP 0 -#define BCPUSH 1 -#define BCPOP 2 -#define BCNOT 3 -#define BCADD 4 -#define BCSUB 5 -#define BCMUL 6 -#define BCDIV 7 -#define BCAND 8 -#define BCOR 9 -#define BCEQ 10 -#define BCNEQ 11 -#define BCLES 12 -#define BCGRE 13 -#define BCLEQ 14 -#define BCGEQ 15 -#define BCJMP 16 -#define BCJMPT 17 -#define BCJMPF 18 -#define BCSERIALAVAIL 19 -#define BCSERIALPRINT 20 -#define BCSERIALPRINTLN 21 -#define BCSERIALREAD 22 -#define BCSERIALPARSEINT 23 -#define BCANALOGREAD 24 -#define BCANALOGWRITE 25 -#define BCDIGITALREAD 26 -#define BCDIGITALWRITE 27 +#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