📄 rotl.cgs
字号:
# sh testcase for rotl $rn -*- Asm -*-# mach: all# as: -isa=shcompact# ld: -m shelf32 .include "compact/testutils.inc" start .global rotlrotl: mov #1, r1 rotl r1 assert r1, #2 rotl r1 assert r1, #4 rotl r1 assert r1, #8 rotl r1 assert r1, #16 rotl r1 assert r1, #32 rotl r1 assert r1, #64 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 rotl r1 bf wrong assert r1, #1 rotl r1 rotl r1 rotl r1 assert r1, #8okay: passwrong: fail
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -