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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/24/04 15:22
Read: times


 
#65436 - RE: Why not a different derivative ?
Responding to: ???'s previous message
Azhar Ali Chohan wrote:
-------------------------------

Now the big question why i want to implement virtual machine on 8051, so that i can put EEPROM like 8k or 64k++, and put all of my dead slow code in it and make something very efficient in many ways.


I do not think that you can do anything more efficient than assembler. Writing a virtual machine will not likely make your code more efficient.

If you want to do something that re-uses stuff and puts "program code" in a serial eprom, you could try to implement some TIL-language (Threaded Interpretive Language, e.g. forth). This will however not fit into the remaining code space you have, so your best bet is to translate all your code to your TIL and then put your TIL statements in an eprom (serial or other). Will this be efficient? I doubt it. But it could be a solution to your code-space problem. However, finding an alternative device would be better (ie best) as has already been suggested.


regards
Patrick

List of 29 messages in thread
TopicAuthorDate
Help on Virtual Machine...            01/01/70 00:00      
   RE: Help on Virtual Machine...            01/01/70 00:00      
      Get a real machine!?            01/01/70 00:00      
         RE: Get a real machine!?            01/01/70 00:00      
   RE: Help on Virtual Machine...            01/01/70 00:00      
      RE: Help on Virtual Machine...            01/01/70 00:00      
         RE: Help on Virtual Machine...            01/01/70 00:00      
   RE: Help on Virtual Machine...            01/01/70 00:00      
   RE: Help on Virtual Machine...            01/01/70 00:00      
      RE: Help on Virtual Machine...            01/01/70 00:00      
         RE: Help on Virtual Machine...            01/01/70 00:00      
            RE: Help on Virtual Machine...            01/01/70 00:00      
               RE: Help on Virtual Machine...            01/01/70 00:00      
                  RE: Help on Virtual Machine...            01/01/70 00:00      
                     RE: Help on Virtual Machine...            01/01/70 00:00      
                        RE: Numerology            01/01/70 00:00      
         Why not a different derivative ?            01/01/70 00:00      
            RE: Why not a different derivative ?            01/01/70 00:00      
               RE: Why not a different derivative ?            01/01/70 00:00      
               RE: Why not a different derivative ?            01/01/70 00:00      
                  RE: Why not a different derivative ?            01/01/70 00:00      
                     RE: Why not a different derivative ?            01/01/70 00:00      
                     RE: Why not a different derivative ?            01/01/70 00:00      
               RE: BASIC Stamp            01/01/70 00:00      
                  RE: BASIC Stamp            01/01/70 00:00      
                     RE: BASIC Stamp            01/01/70 00:00      
                        RE: BASIC Stamp            01/01/70 00:00      
                           RE: BASIC Stamp            01/01/70 00:00      
                           RE: BASIC Stamp            01/01/70 00:00      

Back to Subject List