??? 11/28/08 17:16 Read: times |
#160376 - Helps to check context before reacting Responding to: ???'s previous message |
If you read the thread, you will not be able to find anyone suggesting the use of 8086/8088/10186/... line of processors. In fact, ARM processors have already been suggested if the OP do need access to more RAM. Linear address space is always easier to use than banked/paged/segmented/indexed/serialized memory.
The 8088 was taken as an example of the complaints about the 20-bit addressing mode - even when the 20-bit addressing mode is many, many times more complete than the 16-bit data addressing supported by the 8051. I.e. if people didn't like accessing 20-bit memory address space with a 8088, then they definitely have a reason to dislike the use of a 8051 for accessing 16-bit RAM. The goal must always be to select the correct tool for the job - and not continue with an existing too just because it is there. The world isn't built only with nails... |