⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 swapb.cgs

📁 gdb-6.8 Linux下的调试程序 最新版本
💻 CGS
字号:
# sh testcase for swap.b $rm, $rn -*- Asm -*-# mach: all# as: -isa=shcompact# ld: -m shelf32	.include "compact/testutils.inc"	startinit:	# Build up a distinctive bit pattern.	mov #1, r0	shll8 r0	add #12, r0	shll8 r0	add #85, r0	shll8 r0	add #70, r0test:		# Swap the lower two bytes into a different register.	swap.b r0, r1	mov #1, r7	shll8 r7	add #12, r7	shll8 r7	add #70, r7	shll8 r7	add #85, r7	cmp/eq r1, r7	bf wrongswapback:	# Swap the lower two bytes into the same registers.	# R0 should now equal R1.	swap.b r1, r2	cmp/eq r0, r2	bf wrongokay:	passwrong:	fail

⌨️ 快捷键说明

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