Log in

View Full Version : displaying things in the Registers box


FireRaven
March 23rd, 2005, 05:39
greetings all!
here's a picture of what i'm talking about with a green circle around the Registers box in olly:
http://www.heroraven.com/pub/registers.JPG

i question is how can i get the 16-bit and 8-bit registers here.
i see EAX, ECX and so on but no AX, AL or CX, CH or anything.

is this possible? if not is there a way of displaying the values of these registers when debugging?

Ricardo Narvaja
March 23rd, 2005, 06:07
if you have EAX you have AX and AL

in your example AX is 0001 and AL 01

the last 4 numbers is AX and the las two numbers is AL

the same CH and CL

Ricardo Narvaja

FireRaven
March 25th, 2005, 04:12
i see.
i probably should have learnt more about assembly before using olly

i understand now AX and AL are part of EAX.
same with ECX CX and CH.
good

cheers mate.

Ricardo Narvaja
March 25th, 2005, 04:24
yes ax and al are part of eax.

yes you need read more assembly jeje

Regards
Ricardo Narvaja

thomasantony
March 30th, 2005, 01:22
Same for dh,dl,dx and bh,bl,bx and si and di

Thomas Antony