copsv.cgs

来自「lwip在ucos上的移植」· CGS 代码 · 共 22 行

CGS
22
字号
# fr30 testcase for copsv $u4,$cc,$CRj,Ri# mach(): fr30	.include "testutils.inc"	START	.text	.global copsvcopsv:	; Test copsv copsv $u4,$cc,$CRj,Ri	; The current implementation is a noop	set_cc          0x0f		; Condition codes are irrelevent	copsv      	0,0,cr0,r15	test_cc		1 1 1 1	set_cc          0x0e		; Condition codes are irrelevent	copsv      	15,255,cr15,r0	test_cc		1 1 1 0	pass

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?