?? check_movei.s
字號(hào):
# mach: crisv32# output: fffffffe\n# output: fffffffe\n; Check basic integral-write semantics regarding flags. .include "testutils.inc" start; A write that works. Check that flags are set correspondingly. move.d d,r4 moveq -2,r5 setf c clearf p move.d [r4],r3 ax move.d r5,[r4] move.d [r4],r3 bcc 0f nop fail0: checkr3 fffffffe; A write that fails; check flags too. move.d d,r4 moveq 23,r5 setf p clearf c move.d [r4],r3 ax move.d r5,[r4] move.d [r4],r3 bcs 0f nop fail0: checkr3 fffffffe quit .datad: .dword 42424242
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -