RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Lomker, Michael
> I was working with him showing how to recover a password and we were > changing the confreg setting. He asked what the leading 0 before the X > represented. "0x" denotes a hexadecimal number rather than decimal. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=40380&t=40372

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Persio Pucci
That indicates that the notation in use is hexadecimal for the registry number i.e. 0x2102 set the registry bits to 110010 Persio - Original Message - From: "Jeffrey Reed" To: Sent: Wednesday, April 03, 2002 5:12 PM Subject: what does 0 in 0X mean? [7:40372] > Heres a go

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread John Neiberger
I think the question is what does the '0' specifically refer to? We know that 0x indicates hex, but I'm guessing he's asking why we don't simply use x instead of 0x, or d for octal instead of 0d. Speaking of that, why is octal 0d? I'd think that 'd' should mean decimal. John >>> "Persio Puc

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Priscilla Oppenheimer
I think editors like to thrown in leading zeros. For example, you will notice that they never let you get away with saying something like .534. It has to be 0.534. Supposedly that's easier to read. I didn't know octal was 0d. I bet they had to do that because of the other rule that you have to

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Tom Ranalli
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Neiberger Sent: Wednesday, April 03, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: Re: what does 0 in 0X mean? [7:40372] I think the question is what does the '0' specifically refer to? We kn

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Paul Borghese
0x means that the number is in hex. So for example 0xFF is equal to 255. Paul - Original Message - From: "Jeffrey Reed" To: Sent: Wednesday, April 03, 2002 3:12 PM Subject: what does 0 in 0X mean? [7:40372] > Heres a good question an intern asked me and I couldnt even make-up an

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Jeffrey Reed
I know that... by why? What's the origin of the 0X? Jeffrey Reed Classic Networking, Inc. -Original Message- From: Lomker, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:32 PM To: 'Jeffrey Reed'; [EMAIL PROTECTED] Subject: RE: what does 0 in 0X

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Wes Stevens
We need to find an old ibm'er for that answer I think. I know that 0x has been used on ibm systems since before cisco made it's first router. >From: "Priscilla Oppenheimer" >Reply-To: "Priscilla Oppenheimer" >To: [EMAIL PROTECTED] >Subject: Re: wh

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Marko Milivojevic
>I know that... by why? What's the origin of the 0X? In Cisco devices - most probably the same notation as used in C programming language. Why is that way in C is computer history and I think that I missed that class :-) Marko. Message Posted at: http://www.groupstudy.com/form/read.

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-04 Thread Marc Thach Xuan Ky
#x27;s first router. > > >From: "Priscilla Oppenheimer" > >Reply-To: "Priscilla Oppenheimer" > >To: [EMAIL PROTECTED] > >Subject: Re: what does 0 in 0X mean? [7:40372] > >Date: Wed, 3 Apr 2002 17:22:17 -0500 > > > >I think editors like

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-04 Thread Dennis Olson
nnis Olson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Marc Thach Xuan Ky Sent: Thursday, April 04, 2002 5:29 AM To: [EMAIL PROTECTED] Subject: Re: what does 0 in 0Xnnnn mean? [7:40372] I guess then when you are writing a parser for a compiler then it he

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-08 Thread Michael Bray
interpreted as a variable name... Mike Bray [EMAIL PROTECTED] -Original Message- From: Marko Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: RE: what does 0 in 0X mean? [7:40372] >I know that... by why? What's

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-10 Thread Ken Corkins
;s first > router. > > > >From: "Priscilla Oppenheimer" > >Reply-To: "Priscilla Oppenheimer" > >To: [EMAIL PROTECTED] > >Subject: Re: what does 0 in 0X mean? [7:40372] > >Date: Wed, 3 Apr 2002 17:22:17 -0500 > > > >I think edit