From Bernd Schmidt <bernd.schmidt@analog.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / misc.s
CommitLineData
fec82760
JZ
1 .text
2 .global _misc
3_misc:
4 /* Check "0 & 0xffff" is parsed correctly. */
5 r0.l = 0 & 0xffff;
6
This page took 0.086909 seconds and 4 git commands to generate.