View Single Post
Old Jun 28th, 2005, 2:29 PM   #7
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Ahhhhhhh, strictly speaking that would be a textually-encoded (probably ASCII) hexadecimal representation of the binary values. You don't want to hear about true binary programming, which involves a switch for each bit on the address/data bus, a switch to select whether you're going to enter an address or data, a switch to step the address, and a switch to load the data. That is how we used to boot the machine -- enter enough code to tell the machine how to read a paper tape, feed a paper tape that had enough code to tell the machine how to read mag tape, then read the appropriate program in off mag tape. The word, "boot", comes from that process, as in lifting oneself up by one's bootstraps . Foisting such worthless drivel off on others is one of the few joys of being aged.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote