Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/30/06 19:51
Read: times


 
#108768 - example in C
Responding to: ???'s previous message
I think the boys are being particularly obtuse today ;) however here is an example of one way to do it in C storing the data in the code space.obviously you stick your own data in and you dont need to use a two dimentional array is here but you get the idea.

const char code text[16][9]={"  Clock ",
                                                      "  Alarm ",
                                                  "New  Del",
                                                     "Hour:00 ",
                                                     "Min: 00 ",
                                                     "  Menu  ",
                                                     "AL   Clk",
                                                     " Memory ",
                                                     "  full  ",
                                                     "DEL   ->",
                                                     " inject ",
                                                     "  test  ",
                                                     "Set   ->",
                                                     " OK   + ",
                                                     " CLOCK  ",
                                                     "RESTART "};


List of 6 messages in thread
TopicAuthorDate
Table in memory            01/01/70 00:00      
   compiler dependent            01/01/70 00:00      
      thx guys            01/01/70 00:00      
   Table in Memory            01/01/70 00:00      
      where does it say he is using assembler            01/01/70 00:00      
      example in C            01/01/70 00:00      

Back to Subject List