Results 1 to 8 of 8
  1. #1
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring

    Wink How to i get the adrres ? &question !

    1)why when you guys write "on" a adress you write it in a Hexademical code ?

    2)title ...

    Thank you
    If you wanna see how to make a someone dumb press here

  2. #2
    shad0w''s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    27
    Reputation
    12
    Thanks
    13
    A computers' mathmatics are caclulated in hexidecimal, not our native decimal numbers. You could use a decimal address, but it makes everything more complicated.
    [IMG]https://i234.photobucke*****m/albums/ee320/silent712/Shad0w1-1.png[/IMG]

  3. #3
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by shad0w' View Post
    A computers' mathmatics are caclulated in hexidecimal, not our native decimal numbers. You could use a decimal address, but it makes everything more complicated.
    *binary
    Only because most disassemblers and mem search engines use hexadecimal, if you'd find one with decimal display it wouldn't be any more or less hard.
    Ah we-a blaze the fyah, make it bun dem!

  4. #4
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    Quote Originally Posted by shad0w' View Post
    A computers' mathmatics are caclulated in hexidecimal, not our native decimal numbers. You could use a decimal address, but it makes everything more complicated.
    Wrong and unrelated.
    ~
    Hexadecimal (commonly referred to as Hex) Is used as to be more convenient way of describing the Binary actions of your computer. 32bits written out in binary is long (11111111111111111111111111111111) and hard to decipher, while FFFFFFFF is short and sweet, and easy to recognize if you've done a bit with Hexadecimal numbers . The hex code you see does not directly relate to what we think of as numbers, but instead directly relate to binary patterns, that have meaning derived from context, the way how computers derive the context of whether a binary pattern represents a number or an address (or a register, instruction, etc.) is all due to the micro codded engineering of the CPU (or any component's) Arch.

    Also I forgot to mention, we use Hex and not Decimal because Hex allows us to express 32 bits with a relatively small amount of numerical symbols, and still reflects the base. Since Binary is Base-2 and Hexadecimal is Base-16 the Bases are easier to convert between.
    2 to the 4th power is 16, the fact that Base-16 is a power of 2 (2 the base of the Binary number system) makes the two number systems compatible and able to reflect aspects of the other.
    Last edited by Arhk; 06-17-2010 at 01:58 AM.
    "If the world hates you, keep in mind that it hated me first." John 15:18

  5. The Following 4 Users Say Thank You to Arhk For This Useful Post:

    Hell_Demon (06-16-2010),lalakijilp (06-17-2010),mwb1234 (06-16-2010),thekm1994 (06-18-2010)

  6. #5
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by Arhk View Post
    Wrong and unrelated.
    ~
    Hexadecimal (commonly referred to as Hex) Is used as to be more convenient way of describing the Binary actions of your computer. 32bits written out in binary is long (11111111111111111111111111111111) and hard to decipher, while FFFFFFFF is short and sweet, and easy to recognize if you've done a bit with Hexadecimal numbers . The hex code you see does not directly relate to what we think of as numbers, but instead directly relate to binary patterns, that have meaning derived from context, the way how computers derive the the context of whether a binary pattern represents a number or an address (or a register, instruction, etc.) is all due to the micro codded engineering of the CPU (or any component's) Arch.

    Also I forgot to mention, we use Hex and not Decimal because Hex allows us to express 32 bits with a relatively small amount of numerical symbols, and still reflects the base. Since Binary is Base-2 and Hexadecimal is Base-16 the Bases are easier to convert between.
    2 to the 4th power is 16, the fact that Base-16 is a power of 2 (2 the base of the Binary number system) makes the two number systems compatible and able to reflect aspects of the other.
    *thekm craps his pants*

  7. The Following User Says Thank You to mwb1234 For This Useful Post:

    thekm1994 (06-18-2010)

  8. #6
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    Quote Originally Posted by Arhk View Post
    Wrong and unrelated.
    ~
    Hexadecimal (commonly referred to as Hex) Is used as to be more convenient way of describing the Binary actions of your computer. 32bits written out in binary is long (11111111111111111111111111111111) and hard to decipher, while FFFFFFFF is short and sweet, and easy to recognize if you've done a bit with Hexadecimal numbers . The hex code you see does not directly relate to what we think of as numbers, but instead directly relate to binary patterns, that have meaning derived from context, the way how computers derive the context of whether a binary pattern represents a number or an address (or a register, instruction, etc.) is all due to the micro codded engineering of the CPU (or any component's) Arch.

    Also I forgot to mention, we use Hex and not Decimal because Hex allows us to express 32 bits with a relatively small amount of numerical symbols, and still reflects the base. Since Binary is Base-2 and Hexadecimal is Base-16 the Bases are easier to convert between.
    2 to the 4th power is 16, the fact that Base-16 is a power of 2 (2 the base of the Binary number system) makes the two number systems compatible and able to reflect aspects of the other.
    I'm not sure if alot of people get this, who can I get to sticky this.
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  9. The Following User Says Thank You to Arhk For This Useful Post:

    Hell_Demon (06-17-2010)

  10. #7
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I dunno ;P
    Ah we-a blaze the fyah, make it bun dem!

  11. #8
    lalakijilp's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    310
    Reputation
    9
    Thanks
    53
    My Mood
    Blah
    easy peasy lemon squeezy..

  12. The Following User Says Thank You to lalakijilp For This Useful Post:

    thekm1994 (06-18-2010)

Similar Threads

  1. [Question] How do you get the lettered avatars?
    By Gasps Its Michael Jackson in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 10-11-2010, 07:13 PM
  2. how do u get the weapons on combat arms dat are in black using mhs
    By pain123 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-16-2008, 11:28 PM
  3. [HELP] How do i get the form to target a proccess...
    By Nightlord in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-27-2007, 11:43 AM
  4. how do i get the new weps
    By ballin22 in forum WarRock Korea Hacks
    Replies: 8
    Last Post: 05-27-2007, 03:40 PM
  5. [help]how would i get the superjump address?
    By fable741 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-08-2007, 08:37 AM