Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / greg2.s
1 # Use of .greg; non-mmixal syntax though somewhat corresponding to greg1.
2 # Note that use-before-definition is allowed.
3 .text
4
5 .greg A0,0
6 .greg B1,1
7 .greg C3,D4
8 .greg D5,
9 .greg ,E6+24 % Somewhat unusable, but hey...
10 .greg F7,.+8
11 .greg ,.+8
12 .greg G8,0xf7
13 .greg H9,.+8
14
15 D4:
16 set $123,456
17 E6:
18 set $234,7899
19 swym 2,3,4
20 Main:
21 swym 1,2,3
This page took 0.046721 seconds and 4 git commands to generate.