首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

[推荐]RS08——精简S08指令集内核

Index addressing can be recovered with the use of X and D[X] registers, RS08 includes pseudo instructions that support S08 style zero offset index addressing mode operations. Stacking can also be done through software emulation.
我不是高手
KBI hardware overhead is insignificant. It can be software disable anyway, adding KBI has more benefit than disadvantage.
X and D[X] are physical registers, pseudo instructions are directly supported by assembler, same programming style as in S08/HC08, conversion is transparent to the user. Because of the new added addressing mode (tiny/short) code size is reduced while performance is equivalent for most instructions.
Hardware supports single level of stacking,also new instructions are added to support multi-level stacking emulation. User is free to optimize the feature and performance based on their application requirement.
我不是高手
返回列表