17 lines
165 B
Text
17 lines
165 B
Text
# cr16 testcase for xor $dr,$sr
|
|
# mach(): cr16
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global xor
|
|
xor:
|
|
movb $3, r4
|
|
movb $6, r5
|
|
|
|
xorb r4,r5
|
|
|
|
test_h_gr r5, 5
|
|
|
|
pass
|