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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/17/10 17:40
Read: times


 
#175982 - ASM extensions are often .asm , .s, .a51
Responding to: ???'s previous message
Eric,

When I read your original question, I just did a find of "*.s".

This identified the pic16 and z80 ASM files.

So I tried "*.asm" and found the mcs51 ASM files.

I suppose in the past, I have looked for Keil system include files. With "*.h"

I generally use my own version of "find", but I would assume that most systems have some form of the Unix utility.

Generally I combine with invoking an editor or egrep on the matching files. This is because paths are so complicated nowadays.

I feel uncomfortable typing this, because I am sure that you are of a similar age to me. And probably have far more experience.


David.

List of 8 messages in thread
TopicAuthorDate
where do I find the SDCC startup code            01/01/70 00:00      
   have you tried 'find'            01/01/70 00:00      
      If you know what to look for ...            01/01/70 00:00      
         Manual            01/01/70 00:00      
         Common with a C{num} or CRT{xx} file            01/01/70 00:00      
         ASM extensions are often .asm , .s, .a51            01/01/70 00:00      
      did not find            01/01/70 00:00      
         No org            01/01/70 00:00      

Back to Subject List