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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/08/05 19:49
Read: times


 
#100834 - SDCC main.c results
Responding to: ???'s previous message
Hello Raj,
When I use SDCC.EXE ver 2.4.0 (i.e. SDCC main.c) to compile below are the results. It does have a startup function which clears memory and then run the main function. Total program size is 131 bytes.
Regards,
Charles Bannister

//SDCC main.c 
#include "8052.H" 
void main (void) 
{ 
P0 = 0xaa; 
while(1); 
}
//  :0400000002003B328D
//  :01000B0032C2
//  :0100130032BA
//  :01001B0032B2
//  :0100230032AA
//  :01002B0032A2
//  :10003B00758107120037E582600302002C7900E915
//  :10004B004400601B7A00900083780075A000E49355
//  :10005B00F2A308B8000205A0D9F4DAF275A0FF7874
//  :10006B0000E84400600C7900900000E4F0A3D8FC99
//  :08007B00D9FAF6D8FD02002CB1
//  :0F002C0012003180FE7580AA80FE2275820022AC
//  :00000001FF
//   131 bytes total  



List of 21 messages in thread
TopicAuthorDate
Compatibility - ".LIB" files            01/01/70 00:00      
   Library Files            01/01/70 00:00      
   SDCC.LIB            01/01/70 00:00      
      thanks, but a major hurdle to cross :o(            01/01/70 00:00      
         easy as pie. use "dir" to make a list o            01/01/70 00:00      
            Easier Still            01/01/70 00:00      
               Naah            01/01/70 00:00      
         hard?            01/01/70 00:00      
            downloaded the Setup file :o)            01/01/70 00:00      
               What's the problem?            01/01/70 00:00      
                  edit startup file for SDCC            01/01/70 00:00      
                     same question, same answer as below            01/01/70 00:00      
                     SDCC startup            01/01/70 00:00      
               hex-file?            01/01/70 00:00      
                  edit startup file for SDCC            01/01/70 00:00      
                     same question, same answer as above            01/01/70 00:00      
                        sorry for the double entires            01/01/70 00:00      
                           I can not say for sure, but another comp            01/01/70 00:00      
                           SDCC main.c results            01/01/70 00:00      
                           _sdcc_external_startup()            01/01/70 00:00      
                              exactly!            01/01/70 00:00      

Back to Subject List