• Storing large LCM bitmap data in ROM
    Hi, As we knowed, a classsical 8051 supports a maximum of 64K bytes of code space. When we have a large const data about screens( more than 64K bytes) and like to store them in ROM, which way of we...
  • Storing large LCM bitmap data in ROM
    Hi, As we knowed, a classsical 8051 supports a maximum of 64K bytes of code space. When we have a large const data about screens( more than 64K bytes) and like to store them in ROM, which way of we...
  • LOOKUP TABLES
    I need to know about what a lookup table exactly is. I'm studying the 8051 uC, I am following the book "The 8051 Microcontroller, by I. Scott MacKenzie". There's nothing much mentioned about lookup tables...
  • Lookup Table
    Hi, I am new to lookup table. how can I create and call the lookup table's content. For example, I want to create a delay(); then the value of delay I want to take from the table. How can I do that...
  • Lookup Tables
    Hello, I am writing a program that has to multiply the incoming DAC data on the ADuC812 8051 by a sixth order polynomial equation. I was wondering if anyone had any information regarding using look up...