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