X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=35b211a63281092337652e3b8c1940912782de58;hb=8449be73c124cdccd37500c0d67d9404b94fc9c8;hp=1e865fae387db69f8e5ae296ad4cb88a6d2ed75b;hpb=f63e9891ef344e992a8a837cd3301ba3209f1e5c;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 1e865fa..35b211a 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,32 +1,36 @@ #ifndef MTASK_H #define MTASK_H #define BCNOP 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 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 #endif