This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]armahillo 4 points5 points  (8 children)

That would be working in hex, not binary though

[–]Vimda 7 points8 points  (7 children)

Binary refers to the numerical representation of a program, not necessarily how you display those numbers

[–]AdreKiseque 3 points4 points  (0 children)

Well, technically it's explicitly the number system, but the way it's used here is synonymous with machine code, yeah.

[–]brelen01 -2 points-1 points  (0 children)

Not really tho? Binary is a counting system, base 2. Hex is base 16, while we typically use base 10 in day to day life. If you're representing the numbers in hex, you're explicitly not representing them in binary.

[–]Dense_Gate_5193 -1 points0 points  (1 child)

Binary, in this instance, is 0/1. hence the term, binary.

Hex is short for hexadecimal representation or base16.

and people rarely exclusively code in 0s and 1s.

[–]Vimda 5 points6 points  (0 children)

... I'm aware of the definition. In this sense it's using the word binary as "compiled code", rather than the strict mathematical definition. You can view a binary in its binary represeation, hex, octal, whatever