34 /* For use by the virtual machine mainly */
45 /* defined in code.c */
46 extern struct ops ops
[];
47 extern int code_offset
;
50 int reserve_loc(void);
52 void gen_code(int op
, int arg
);
53 void back_patch(int addr
, int op
, int arg
);
54 void print_code(char *output
);
56 #endif /* !__CODE_H__ */