• A166 and percent signs
    I am generating text strings for an LCD display using a DB command. POSTF_TXT: DB 'SELF TEST FAILED', 0x0A, 0x0D But I want to embed a percent symbol in the string like TXT: DB 'bias level 10...
  • A166 and percent signs
    I am generating text strings for an LCD display using a DB command. POSTF_TXT: DB 'SELF TEST FAILED', 0x0A, 0x0D But I want to embed a percent symbol in the string like TXT: DB 'bias level 10...
  • 28 percent of the world population owned a smart device in 2016
    As per the statistics collected by a prominent statistics aggregator - Statista. 28 percent of the world population owned a smart device in 2016 which is expectedly going to cross the 37 percent mark...
  • 28 percent of the world population owned a smart device in 2016
    As per the statistics collected by a prominent statistics aggregator - Statista. 28 percent of the world population owned a smart device in 2016 which is expectedly going to cross the 37 percent mark...
  • sprintf bugs
    heyyy guyss,,, i am using kiel4 c51 compiler and using 89c51 uC with ads1230 20 bit serial adc and an lcd.i want to show the data of adc as a float value on lcd.i am using sprintf function but it...