andccr.cgs

来自「gdb-6.8 Linux下的调试程序 最新版本」· CGS 代码 · 共 52 行

CGS
52
字号
# fr30 testcase for andccr $u8# mach(): fr30	.include "testutils.inc"	START	.text	.global andccrandccr:	set_cc		0x00	set_i			0	set_s_system	andccr      	0xff	test_cc		0 0 0 0	test_i		0	test_s_system	set_cc		0x0f	set_i			1	set_s_user	andccr      	0xff	test_cc		1 1 1 1	test_i		1	test_s_user	set_cc		0x0f	set_i			1	set_s_user	andccr      	0xaa	test_cc		1 0 1 0	test_i		0	test_s_user	set_cc		0x0f	set_i			1	set_s_user	andccr      	0xc0	test_cc		0 0 0 0	test_i		0	test_s_system	set_cc		0x0f	set_i			1	set_s_user	andccr      	0x3f		; no effect	test_cc		1 1 1 1	test_i		1	test_s_user	pass

⌨️ 快捷键说明

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