X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=35b211a63281092337652e3b8c1940912782de58;hb=8449be73c124cdccd37500c0d67d9404b94fc9c8;hp=5975fd4c170002fc69b73e214a665a549b76b0bc;hpb=c816d5c0477f15631058928c9aad4fbd63d50156;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 5975fd4..35b211a 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,37 +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 BCTEST 28 -#define BCTEST 29 -#define BCTEST 30 -#define BCTEST 31 -#define BCTEST 32 +#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