h8sx_strcpy.s
来自「KPIT GNU Tools is a set of GNU developme」· S 代码 · 共 15 行
S
15 行
; This file exists to provide a movsd implementation of strcpy().; Continue to use the generic version for targets other than h8sx.#ifdef __H8300SX__#include "setarch.h" .global _strcpy_strcpy: stm.l er4-er6,@-er7 mov.l er0,er6 mov.l er1,er51: movsd 2f bra 1b2: rts/l er4-er6#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?