View Single Post
Old 11-29-2008, 02:50 PM   #11 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: Writing a program in binary

Quote:
You know how cool it would be to say "I programmed Hello World in binary"?
Where I come from, it would be *very* cool.
In some assembly languages, there is a one-to-one mapping between assembly instructions and machine code instructions. In other words, each binary instruction is given a simple, quasi-English name. The reason for that is so the programmer does not have to remember all the bits. Machine code is intended only to be read by machines. Everything else is for humans.

Quote:
If he was able to find one of the much older computers (pre 80's) he could take a pop at it but it just isnt going to happen on modern hardware.
He could do it with today's hardware. There's nothing present in more modern hardware to prevent it.
jaeusm is offline