Sign in
gnu
/
binutils-gdb
/
f66673c62e3ffc44d4b82fb95fa4ff33c2b7fb38
/
.
/
sim
/
testsuite
/
bfin
/
greg2.s
blob: 7135130ef002809a57d746b25ece9d53e0581007 [
file
] [
log
] [
blame
]
# mach: bfin
.include
"testutils.inc"
start
r3.l
=
0x5678
;
r3.h
=
0x1234
;
p5
=
8
;
p5
=
r3
;
p5.l
=
4
;
r5
=
p5
;
dbga
(
r5.h
,
0x1234
);
_halt
:
pass
;