18 lines
171 B
Plaintext
18 lines
171 B
Plaintext
|
# cr16 testcase for movb $imm, reg
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global movb
|
||
|
movb:
|
||
|
movb $1, r4
|
||
|
movb $0, r5
|
||
|
|
||
|
movb r4, r5
|
||
|
|
||
|
test_h_gr r5, 1
|
||
|
|
||
|
pass
|