View Single Post
  #6 (permalink)  
Old 02-06-2009, 07:05 PM
patrickt's Avatar
patrickt patrickt is offline
Half-Ass Member
Visit my Photo Gallery

 
Join Date: Jun 2005
Cobra Make, Engine: ERA #732, 428FE (447 CID), TKO600, Solid Flat Tappet Cam, Tons of Aluminum
Posts: 22,025
Not Ranked     
Default

Quote:
Originally Posted by Ronbo View Post
16 bits? 8088 was an 8 bit processor, like it's cousins the 8080, Z80 and the guy across the tracks, the Motorola 6800.
No, Ronbo. The 8088 microprocessor has 16-bit registers, 16-bit internal data bus and 20-bit address bus, which allows the processor address up to 1 MB of memory. The 8088 uses the same segmented memory addressing as the 8086: the processor can address 64 KB of memory directly, and to address more than 64 KB of memory the CPU has to break the update into a few parts - update up to 64 KB of memory, change segment register, update another block of memory, update segment register again, and so on.

Source: http://www.cpu-world.com/CPUs/8088/
Reply With Quote