• 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 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...
  • lookup table
    i need to write program for motor control using 8051 for different frequencies, can any one suggest me how to write the lookup table .......its urgent please....................
  • regarding a lookup table creation
    1. I want to create a 16 bit lookup table especially at some location.i also want the output to be given to port 3 after computing the i.p ( from port 1 (8-bit) )using the expression o/p=i/p + 100. 2...
  • lookup table in code segment
    Hi there, I had a font bitmap table which is 1088 bytes. The Ram in chip is not big enough. So I am thinking to put it in code segment. My questions are How do I do it in C and If the lut were in code...