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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/04/03 22:16
Read: times


 
#47553 - RE: does size matter?
Responding to: ???'s previous message
I'm not going to comment on my size, so to the point.

If your code is:

          org   0
          ljmp  init
.
.
          org   00400h
init:     sjmp  $


which is a very useful program indeed, its size would be 5 bytes, but it would require more than 1kb of ROM because there is a large gap in it. I know you know Andy, but it might clear things up for the Arifs of this world.


List of 20 messages in thread
TopicAuthorDate
What is the size of my code?            01/01/70 00:00      
   RE: What is the size of my code?            01/01/70 00:00      
      RE: What is the size of my code?            01/01/70 00:00      
         RE: What is the size of my code?            01/01/70 00:00      
            RE: What is the size of my code?            01/01/70 00:00      
               RE: What is the size of my code?            01/01/70 00:00      
   RE: What is the size of my code?            01/01/70 00:00      
   RE: What is the size of my code?            01/01/70 00:00      
   RE: What is the size of my code?            01/01/70 00:00      
      RE: What is the size of my code?            01/01/70 00:00      
      RE: What is the size of my code?            01/01/70 00:00      
      RE: What is the size of my code?Andy Nei            01/01/70 00:00      
         RE: What is the size of my code?Andy Nei            01/01/70 00:00      
   RE: What is the size of my code?            01/01/70 00:00      
      RE: What is the size of my code?            01/01/70 00:00      
         RE: What is the size of my code?            01/01/70 00:00      
            does size matter?            01/01/70 00:00      
               RE: does size matter?            01/01/70 00:00      
               RE: does size matter?            01/01/70 00:00      
         RE: What is the size of my code?            01/01/70 00:00      

Back to Subject List