The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: skywalker on March 18, 2006, 02:09:06 PM

Title: Where is the Hi at in this code
Post by: skywalker on March 18, 2006, 02:09:06 PM
I have scoured this code all over and I can not find where the Hi is at that is being displayed.
Ollydbg is showing it. <scratching head>

RegistryText also won't show more than 12 chars either. (The orig. had more text there)

Thanks.

[attachment deleted by admin]
Title: Re: Where is the Hi at in this code
Post by: donkey on March 18, 2006, 02:42:51 PM
DubWord         DWORD   00214948H
Title: Re: Where is the Hi at in this code
Post by: skywalker on March 18, 2006, 02:59:32 PM
Quote from: donkey on March 18, 2006, 02:42:51 PM
DubWord         DWORD   00214948H

Thanks.

So if the H wasn't present, it would assume
we were talking about a decimal number ?

Title: Re: Where is the Hi at in this code
Post by: donkey on March 18, 2006, 03:40:02 PM
xxxxxH is RADIX 16 (Hexadecimal)