X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=interpreters%2Fbocfel%2Ftable.h;fp=interpreters%2Fbocfel%2Ftable.h;h=0855541b6220b0391aa98c2bf68b1f4383b64f7e;hp=0000000000000000000000000000000000000000;hb=aa30979369091c96bca34499c28cb01bc16efb1d;hpb=61180dab8f5c29f5a29b83fcb7d62942f7a741d1 diff --git a/interpreters/bocfel/table.h b/interpreters/bocfel/table.h new file mode 100644 index 0000000..0855541 --- /dev/null +++ b/interpreters/bocfel/table.h @@ -0,0 +1,11 @@ +#ifndef ZTERP_TABLE_H +#define ZTERP_TABLE_H + +void zcopy_table(void); +void zscan_table(void); +void zloadw(void); +void zloadb(void); +void zstoreb(void); +void zstorew(void); + +#endif