Debugging with GDB Manual HP WDB v6.3 (5900-2180, August 2012)
0x32e0 <main+232>: ldil 0x3000,r31
End of assembler dump.
Some architectures have more than one commonly-used set of instruction mnemonics or other
syntax.
set disassembly-flavor
instruction-set
Select the instruction set to use when disassembling the
program via the disassemble or x/i commands.
Currently this command is only defined for the Intel x86
family. You can set instruction-set to either intel
or att. The default is att, the AT&T flavor used by default
by Unix assemblers for x86-based targets.
62 Examining Source Files