2013-12-21 13:17:45 -05:00
|
|
|
mp_obj_t mp_execute_byte_code(const byte *code, const mp_obj_t *args, uint n_args, uint n_state);
|
2014-01-18 18:24:36 -05:00
|
|
|
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);
|
2014-01-19 06:48:48 -05:00
|
|
|
void mp_byte_code_print(const byte *code, int len);
|