X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=c16a8bbc76e0b99c51519519d6718827341038e9;hb=340daaadd4e458ba3fd8d83bb765cb790381d69f;hp=1e865fae387db69f8e5ae296ad4cb88a6d2ed75b;hpb=f63e9891ef344e992a8a837cd3301ba3209f1e5c;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 1e865fa..c16a8bb 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -3,30 +3,31 @@ #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 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 #endif