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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/24/06 13:32
Read: times


 
#114884 - 8051 compared w/ gen calc
Responding to: ???'s previous message
A generic calculator has its own chip which is designed to perform calculation (simple and floating point). A generic 8051 however, only includes simple 8 bit calculations (hence, the name is microcontroller, not microprocessor), so it is a difficult task for an 8051 to calculate -for example- pi * 2. You may browse for Code Library to see how hard it is to perform floating point calculations (many of them is assembly language off course). I suggest you also learn a little of 8051's assembly language even you write your code in C, it will be useful in finding out how the chip works. Don't forget to read the datasheet of the chip you will be using completely, including hardware informations, so you will not encounter many dead microcontrollers in your room (yay... I like the open-drain feature of 8051... it minimizes dead uC)

List of 25 messages in thread
TopicAuthorDate
help to build calculator on a chip(c,c++            01/01/70 00:00      
   it is term paper time            01/01/70 00:00      
      reply            01/01/70 00:00      
         thought so            01/01/70 00:00      
            work on c,c++(erik )            01/01/70 00:00      
               maybe I was not clear            01/01/70 00:00      
                  for (erik)            01/01/70 00:00      
                     when asking micro, e-mail him            01/01/70 00:00      
                        email            01/01/70 00:00      
                           not your e-mail            01/01/70 00:00      
               Ok            01/01/70 00:00      
                  tools            01/01/70 00:00      
   Idea            01/01/70 00:00      
      can u tell it for microchip(jon led..            01/01/70 00:00      
         Almost totally different            01/01/70 00:00      
         Ok            01/01/70 00:00      
            do not forget            01/01/70 00:00      
               I agree            01/01/70 00:00      
         The Development Process            01/01/70 00:00      
         8051 compared w/ gen calc            01/01/70 00:00      
            hi            01/01/70 00:00      
   If you don't have a better approach            01/01/70 00:00      
   DIY Calculator            01/01/70 00:00      
   8955wd watchdog C code            01/01/70 00:00      
      Off-topic            01/01/70 00:00      

Back to Subject List