This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Assembler



On Thu, 24 Jan 2002, =?iso-8859-2?Q?Ji=F8=ED=20Banzet?= wrote:

> When I type "info registers eflags", will it write F register
> separetely, as "CF = 1 ZF = 0" etc. ? Or will it write somethink like
> "eflags = 115" ?

It will write eflags in hex.  If you want to see individual bits, you can 
use the GDB expressions, like "p $eflags & 0x40".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]