as: PowerPC-Pseudo

1 
1 9.35.2 PowerPC Assembler Directives
1 -----------------------------------
1 
1 A number of assembler directives are available for PowerPC. The
1 following table is far from complete.
1 
1 '.machine "string"'
1      This directive allows you to change the machine for which code is
1      generated.  '"string"' may be any of the -m cpu selection options
1      (without the -m) enclosed in double quotes, '"push"', or '"pop"'.
1      '.machine "push"' saves the currently selected cpu, which may be
1      restored with '.machine "pop"'.
1