2013-12-21 18:17:45 +00: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 23:24:36 +00: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 11:48:48 +00:00
|
|
|
void mp_byte_code_print(const byte *code, int len);
|