X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=90e4b669817d76d281c2713d5cf5cd3cccc008f4;hb=73d6866bdbab8f393b53c9951b05b62005a5423a;hp=c16a8bbc76e0b99c51519519d6718827341038e9;hpb=0089cf72c2a5ff347afda4fd9a9a29c3e2ea6896;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index c16a8bb..90e4b66 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -3,31 +3,33 @@ #define BCNOP 1 #define BCPUSH 2 #define BCPOP 3 -#define BCSDS 4 -#define BCNOT 5 -#define BCADD 6 -#define BCSUB 7 -#define BCMUL 8 -#define BCDIV 9 -#define BCAND 10 -#define BCOR 11 -#define BCEQ 12 -#define BCNEQ 13 -#define BCLES 14 -#define BCGRE 15 -#define BCLEQ 16 -#define BCGEQ 17 -#define BCJMP 18 -#define BCJMPT 19 -#define BCJMPF 20 -#define BCSERIALAVAIL 21 -#define BCSERIALPRINT 22 -#define BCSERIALPRINTLN 23 -#define BCSERIALREAD 24 -#define BCSERIALPARSEINT 25 -#define BCANALOGREAD 26 -#define BCANALOGWRITE 27 -#define BCDIGITALREAD 28 -#define BCDIGITALWRITE 29 -#define BCTEST 30 +#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 BCSERIALAVAIL 23 +#define BCSERIALPRINT 24 +#define BCSERIALPRINTLN 25 +#define BCSERIALREAD 26 +#define BCSERIALPARSEINT 27 +#define BCANALOGREAD 28 +#define BCANALOGWRITE 29 +#define BCDIGITALREAD 30 +#define BCDIGITALWRITE 31 +#define BCTEST 32 #endif