17 lines
184 B
Text
17 lines
184 B
Text
|
# cr16 testcase for beq0b reg disp5
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global beq0b
|
||
|
beq0b:
|
||
|
mvi_h_condbit 0
|
||
|
movw $0x1200, r4
|
||
|
beq0b r4, 0x1a
|
||
|
not_ok:
|
||
|
fail
|
||
|
ok:
|
||
|
pass
|