Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / greg1.s
1 # Use of GREG with mmixal syntax.
2 D4 SET $123,456
3 E6 SET $234,7899
4
5 A0 GREG 0
6 B1 GREG 1
7 C3 GREG D4
8 D5 GREG
9 GREG E6+24
10 F7 GREG @
11 GREG @ % Equivalent to F7, unless -no-merge-gregs.
12 G8 GREG #F7
13 H9 GREG @ % Equivalent to F7, unless -no-merge-gregs.
14
15 SWYM 2,3,4
16 Main SWYM 1,2,3
17
This page took 0.029246 seconds and 4 git commands to generate.