nop.cgs

来自「gdb for adsp develop」· CGS 代码 · 共 17 行

CGS
17
字号
# fr30 testcase for nop# mach(): fr30	.include "testutils.inc"	START	.text	.global nopnop:	; Test nop	set_cc          0x0f		; Condition codes are irrelevent	nop	test_cc		1 1 1 1	pass

⌨️ 快捷键说明

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