X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2FmTaskSymbols.h;h=57959af1be2dada99dbd84ba0e93a658f78b0407;hb=f90517d738696125a067f113edf93f404873115b;hp=51a8d798c273906bc4e68d54e18511be7de17e13;hpb=8316870cacd21b19badf032f3b8189bdd54eb1e3;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 51a8d79..57959af 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,27 +1,38 @@ #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 0 +#define BCLAB 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 BCLEDON 23 +#define BCLEDOFF 24 +#define BCSERIALAVAIL 25 +#define BCSERIALPRINT 26 +#define BCSERIALPRINTLN 27 +#define BCSERIALREAD 28 +#define BCSERIALPARSEINT 29 +#define BCANALOGREAD 30 +#define BCANALOGWRITE 31 +#define BCDIGITALREAD 32 +#define BCDIGITALWRITE 33 +#define BCTEST 34 #endif