17 lines
171 B
Text
17 lines
171 B
Text
# 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
|