X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=35b211a63281092337652e3b8c1940912782de58;hb=8449be73c124cdccd37500c0d67d9404b94fc9c8;hp=f67721b91bdf329bb75963318cd8ce410fb73fb6;hpb=2936e3ba44acd430c2b3290801ab1ffa700a8c25;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index f67721b..35b211a 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,31 +1,36 @@ #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 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 #endif