* Makefile.am: Bfin support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / assign.s
CommitLineData
60938e80 1 .global x
6efba987
AM
2 x = zzz
3 x = x+1
4 .long x
5
60938e80 6 .global y
6efba987
AM
7 y = 1
8 y = y+zzz
9 .long y
This page took 0.0384 seconds and 4 git commands to generate.