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