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