X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=interpreters%2Fbocfel%2Fmath.h;fp=interpreters%2Fbocfel%2Fmath.h;h=94c427acc525b18ee6121ae51217f50a4427fb9f;hp=0000000000000000000000000000000000000000;hb=aa30979369091c96bca34499c28cb01bc16efb1d;hpb=61180dab8f5c29f5a29b83fcb7d62942f7a741d1 diff --git a/interpreters/bocfel/math.h b/interpreters/bocfel/math.h new file mode 100644 index 0000000..94c427a --- /dev/null +++ b/interpreters/bocfel/math.h @@ -0,0 +1,20 @@ +#ifndef ZTERP_MATH_H +#define ZTERP_MATH_H + +void zinc(void); +void zdec(void); +void znot(void); +void zdec_chk(void); +void zinc_chk(void); +void ztest(void); +void zor(void); +void zand(void); +void zadd(void); +void zsub(void); +void zmul(void); +void zdiv(void); +void zmod(void); +void zlog_shift(void); +void zart_shift(void); + +#endif