X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=int%2FmTaskSymbols.h;h=c16a8bbc76e0b99c51519519d6718827341038e9;hb=0089cf72c2a5ff347afda4fd9a9a29c3e2ea6896;hp=51a8d798c273906bc4e68d54e18511be7de17e13;hpb=8316870cacd21b19badf032f3b8189bdd54eb1e3;p=mTask.git diff --git a/int/mTaskSymbols.h b/int/mTaskSymbols.h index 51a8d79..c16a8bb 100644 --- a/int/mTaskSymbols.h +++ b/int/mTaskSymbols.h @@ -1,27 +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 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