microPython的源码解析之 emitinlinethumb

#include <stdarg.h> // 包含可变参数列表宏
#include <assert.h> // 包含断言宏

// 包含MicroPython特定的头文件
#include “py/emit.h”
#include “py/asmthumb.h”

// 如果定义了MICROPY_EMIT_INLINE_THUMB,则编译以下代码
#if MICROPY_EMIT_INLINE_THUMB

// 定义一个枚举类型pn_kind_t,包含所有可能的解析节点类型
typedef enum {

// 定义具有编译函数的规则
#define DEF_RULE(rule, comp, kind, …) PN_##rule,
#define DEF_RULE_NC(rule, kind, …) PN_##rule,
#include “py/grammar.h” // 包含MicroPython语法规则
#undef DEF_RULE
#undef DEF_RULE_NC
PN_const_object, // 特殊的节点,用于表示一个常量Python对象
// 定义没有编译函数的规则
#define DEF_RULE(rule, comp, kind, …)
#define DEF_RULE_NC(rule, kind, …) PN_##rule,
#include “py/grammar.h”
#undef DEF_RULE
#undef DEF_RULE_NC
} pn_kind_t;

// 定义一个结构体emit_inline_asm_t,用于存储内联汇编的上下文信息
struct _emit_inline_asm_t {

asm\_thumb\_t as; // 存储Thumb汇编器的上下文
uint16\
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值