summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc.h
blob: 17f71553e846213d482e1dc55538827ebc7ff81a (plain) (blame)
1
2
3
mp_obj_t mp_execute_byte_code(const byte *code, const mp_obj_t *args, uint n_args, uint n_state);
bool mp_execute_byte_code_2(const byte *code_info, const byte **ip_in_out, mp_obj_t *fastn, mp_obj_t **sp_in_out);
void mp_byte_code_print(const byte *code, int len);