X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=90e4b669817d76d281c2713d5cf5cd3cccc008f4;hb=73d6866bdbab8f393b53c9951b05b62005a5423a;hp=51a8d798c273906bc4e68d54e18511be7de17e13;hpb=8316870cacd21b19badf032f3b8189bdd54eb1e3;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 51a8d79..90e4b66 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,27 +1,35 @@ #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 BCNOP 1 +#define BCPUSH 2 +#define BCPOP 3 +#define BCSDSSTORE 4 +#define BCSDSFETCH 5 +#define BCSDSPUBLISH 6 +#define BCNOT 7 +#define BCADD 8 +#define BCSUB 9 +#define BCMUL 10 +#define BCDIV 11 +#define BCAND 12 +#define BCOR 13 +#define BCEQ 14 +#define BCNEQ 15 +#define BCLES 16 +#define BCGRE 17 +#define BCLEQ 18 +#define BCGEQ 19 +#define BCJMP 20 +#define BCJMPT 21 +#define BCJMPF 22 +#define BCSERIALAVAIL 23 +#define BCSERIALPRINT 24 +#define BCSERIALPRINTLN 25 +#define BCSERIALREAD 26 +#define BCSERIALPARSEINT 27 +#define BCANALOGREAD 28 +#define BCANALOGWRITE 29 +#define BCDIGITALREAD 30 +#define BCDIGITALWRITE 31 +#define BCTEST 32 #endif