| 1. |
Solve : Can i8088 run i8086 8-bit code and vice versa?? |
|
Answer» Hi! i8088 is 8-bit CPU and was used in old XTs or PCjr.the 8088 is a 16-bit CPU. It uses an 8-bit data bus which affects it's performance but has nothing to do with the instructions it executes. It executes exactly the same instructions as the 8086, but slightly slower due to the 8-bit data bus. For comparison, the 80386SX is a 32-bit CPU even though it only has a 16-bit data bus. Thank you for explaining. You helped me very. MiroQuote from: BC_Programmer on January 10, 2019, 06:32:27 PM the 8088 is a 16-bit CPU. It uses an 8-bit data bus which affects it's performance but has nothing to do with the instructions it executes. It executes exactly the same instructions as the 8086, but slightly slower due to the 8-bit data bus.That is right. But some research will show the intent was to make a cheaper CPU. It was not about making another change to the instruction set. Reference: https://en.wikipedia.org/wiki/Intel_80386 Quote In May 2006, Intel announced that 80386 PRODUCTION would stop at the end of September 2007.[9] Although it had long been OBSOLETE as a personal COMPUTER CPU, Intel and others had continued making the chip for embedded systems. Such systems using an 80386 or one of many derivatives are common in aerospace technology and electronic musical instruments, among others. Some mobile phones also used (later fully static CMOS variants of) the 80386 processor, such as BlackBerry 950[10] and Nokia 9000 Communicator.Fun facts you can use at you net LAM party. That LAM party sure sounds like it'll be a blast |
|