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