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