代码搜索:A3P

找到约 19 项符合「A3P」的源代码

代码结果 19
www.eeworm.com/read/147331/5732198

s reg_memcpy.s

#include "setarch.h" #include "defines.h" ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result ADDP A2P,A0P ; point to end of dst ADDP A2P,A1P ;
www.eeworm.com/read/147331/5732202

s memset.s

#include "setarch.h" #include "defines.h" ; A0P pointer to cursor ; A1P thing to copy .global _memset _memset: ; MOVP @(2/4,r7),A2P ; dst ; MOVP @(4/8,r7),A1 ; src thing ; MOVP @(6/12,r7),A3P ; l
www.eeworm.com/read/124347/6051647

s reg_memcpy.s

#include "defines.h" #ifdef __H8300H__ .h8300h #endif #ifdef __H8300S__ .h8300s #endif ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result A
www.eeworm.com/read/340665/3270396

s reg_memcpy.s

#include "defines.h" #ifdef __H8300H__ .h8300h #endif #ifdef __H8300S__ .h8300s #endif ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result A
www.eeworm.com/read/322306/3526112

s reg_memcpy.s

#include "defines.h" #ifdef __H8300H__ .h8300h #endif ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result ADDP A2P,A0P ; point to end of dst A
www.eeworm.com/read/298657/3861369

s reg_memcpy.s

#include "setarch.h" #include "defines.h" ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result ADDP A2P,A0P ; point to end of dst ADDP A2P,A1P ;
www.eeworm.com/read/279968/4130539

s reg_memcpy.s

#include "setarch.h" #include "defines.h" ; dst A0 ; src A1 ; len A2 .global ___reg_memcpy ___reg_memcpy: MOVP A0P,A3P ; keep copy of result ADDP A2P,A0P ; point to end of dst ADDP A2P,A1P ;
www.eeworm.com/read/147331/5732204

s memcpy.s

#include "setarch.h" #include "defines.h" .global _memcpy _memcpy: ; MOVP @(2/4,r7),A0P ; dst ; MOVP @(4/8,r7),A1P ; src ; MOVP @(6/12,r7),A2P ; len MOVP A0P,A3P ; keep copy of final dst ADDP A2
www.eeworm.com/read/147331/5732208

s reg_memset.s

#include "setarch.h" #include "defines.h" ; dst A0 ; src A1 ; len A2 .global ___reg_memset ___reg_memset: MOVP A0P,A3P MOVP A2P,A2P beq noset memloop: mov.b A1L,@A0P #ifdef __NORMAL_MODE__
www.eeworm.com/read/298657/3861380

s reg_memset.s

#include "setarch.h" #include "defines.h" ; dst A0 ; src A1 ; len A2 .global ___reg_memset ___reg_memset: MOVP A0P,A3P MOVP A2P,A2P beq noset memloop: mov.b A1L,@A0P #ifdef __NORMAL_MODE__