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