PDA

View Full Version : AL register - How do I modify it?


Anonymous
06-24-2003, 07:01 PM
How can I modify the AL register? It's not in the CPU window.../How do I modify any register using the cmdline plugin?

Thanks,

Daniel

Anonymous
06-25-2003, 01:27 AM
AL is the lower 8-bits of the AX register.
AH is the higher 8-bits of the AX register.
AX is the lower 16-bits of the EAX register.
EAX is viewable in the CPU window.

Anonymous
06-25-2003, 08:58 AM
Ahh thanks...