and.s

来自「SimpleScaler(RISC处理器仿真分析程序)指令集相对应的汇编」· S 代码 · 共 23 行

S
23
字号
# Source file used to test the and macro.		and	$4,$4,0	and	$4,$4,1	and	$4,$4,0x8000	and	$4,$4,-0x8000	and	$4,$4,0x10000	and	$4,$4,0x1a5a5# nor, or, and xor are handled by the same code.  There is a special# case for nor, so we test all variants.		nor	$4,$5,0	nor	$4,$5,1	nor	$4,$5,0x8000	nor	$4,$5,-0x8000	nor	$4,$5,0x10000	nor	$4,$5,0x1a5a5		or	$4,$5,0	xor	$4,$5,0

⌨️ 快捷键说明

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