Thread: asm bin equivs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hacker MeTh0Dz's Avatar
    Join Date
    Oct 2008
    Posts
    111
    That's not even CLOSE to the same thing.

    A more accurate example is me saying.

    "Give me the binary representation of 5".

    And you responding with.

    "0x5"

    As opposed to.

    "0b00000101"

    I never said anyone was confused, I was just saying for the sake of the OP and furture reference that his post wasn't as explicit as it could have been.

    Clear?
    Last edited by MeTh0Dz; 11-15-2008 at 04:15 PM. Reason: SlyMaelstrom Posted

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by MeTh0Dz View Post
    Clear?
    No, not at all... because that's not what he was asking and that is apparent to everyone including yourself. If he himself used hexadecimal in his own examples, as you so intelligently identified... why do you think he would care what representation the solution is in?

    Zacs7 example was spot on... if someone were to ask you to solve:

    Code:
    0x7 + 3
    It wouldn't matter if you answered 10 or 0xA because the question implies that the form of the solution is allowed to be ambiguous.
    Quote Originally Posted by MeTh0Dz View Post
    I never said anyone was confused
    Yes, you did... you said "The post is misleading" and then directly reiterated the point two more times. This implies that you believe the question could lead someone to misunderstand the question and lead them to answer the question incorrectly. This is a forum, kid... everything you write is being recorded.
    Last edited by SlyMaelstrom; 11-15-2008 at 04:21 PM.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. adding a number to a number
    By bigmac(rexdale) in forum C Programming
    Replies: 11
    Last Post: 10-24-2007, 12:56 PM
  2. Bin packing problem....
    By 81N4RY_DR460N in forum C++ Programming
    Replies: 0
    Last Post: 08-01-2005, 05:20 AM
  3. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM
  4. Independent-Robert Fisk-Osama
    By a muslim in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-18-2001, 08:41 PM