Micropython解釋器大體執行流程

最終由mp_execute_bytecode執行bytecode python // execute the byte code with the correct globals context code_state->old_globals = mp_globals_get(); mp_globals_set(self->globals); mp_vm_return_ki
相關文章
相關標籤/搜索