stres.cgs

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

CGS
26
字号
# fr30 testcase for stres $@Ri+,$u4# mach(): fr30	.include "testutils.inc"	START	.text	.global stresstres:	; Test stres $@Ri+,$u4	; The current implementation simply increments Ri	mvi_h_gr   	0x1000,r7	set_cc          0x0f		; Condition codes are irrelevent	stres      	0,@r7+	test_cc		1 1 1 1	test_h_gr  	0x1004,r7	mvi_h_gr   	0x1000,r7	set_cc          0x0f		; Condition codes are irrelevent	stres      	0xf,@r7+	test_cc		1 1 1 1	test_h_gr  	0x1004,r7	pass

⌨️ 快捷键说明

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