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

📄 movb3.cgs

📁 gdb-6.8 Linux下的调试程序 最新版本
💻 CGS
字号:
# sh testcase for mov.b $rm, @(r0,$rn) -*- Asm -*-# mach: all# as: -isa=shcompact# ld: -m shelf32	.include "compact/testutils.inc"	start	mov #40, r2	shll8 r2	mov #3, r1	mov #0, r0	or #170, r0	mov r0, r3	mov r2, r0	mov.b r3, @(r0, r1)	# Load the value back into a different register.	mov.b @(r0, r1), r4	# Check the lowest order byte matches the stored value.	mov r4, r0	and #255, r0	cmp/eq r0, r3	bf wrongokay:		passwrong:	fail

⌨️ 快捷键说明

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