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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/04 08:21
Read: times


 
#66686 - Glossary
Responding to: ???'s previous message
Compiler: a tool to convert high-level language source code (eg, 'C') to object code.
See http://www.8052.com/forum/read.phtml?id=15760 for the distinction between a Cross-Compiler and a Native Compiler;

Assembler: a tool to convert low-level, "assembly", language source code to object code.
There are also Cross- and Native Assemblers - see: http://www.8052.com/forum/read.phtml?id=18599

Linker: a tool to combine ("link") several object code files into one;

Locator: a tool to fix relocatable object file to specif addresses;

Linker-Locator: a tool combining the functions of both linker & locator - NB: most modern "Linkers" are, in fact, Linker-Locators;

Debugger: a tool for debugging your code;

Editor: a tool for creating & editing text files - including source code.

IDE: "Integrated Development Environment" - integrates all of the above (and usually more) into a single environment, usually with a GUI (Graphical User Interface)


List of 23 messages in thread
TopicAuthorDate
XP C compiler?            01/01/70 00:00      
   RE: XP C compiler?            01/01/70 00:00      
   RE: XP C compiler?            01/01/70 00:00      
      RE: XP C compiler?            01/01/70 00:00      
         RE: XP C compiler?            01/01/70 00:00      
      Borland: Windows-specific?            01/01/70 00:00      
         RE: Borland: Windows-specific?            01/01/70 00:00      
            RE: Borland: Windows-specific?            01/01/70 00:00      
   Compiler only - no GUI.            01/01/70 00:00      
      RE: Compiler only - no GUI.            01/01/70 00:00      
      RE: Compiler only - no GUI.            01/01/70 00:00      
         RE: Compiler only - no GUI.            01/01/70 00:00      
            my mistake!            01/01/70 00:00      
      RE: Compiler only - no GUI.            01/01/70 00:00      
         Glossary            01/01/70 00:00      
            RE: Glossary            01/01/70 00:00      
         SDCC C compiler & 89S8252 boards            01/01/70 00:00      
            Powersoft            01/01/70 00:00      
   Compiler from Keil            01/01/70 00:00      
      STOP!            01/01/70 00:00      
         I\'ve never learnt C...            01/01/70 00:00      
   Thanks,            01/01/70 00:00      
   A Good book            01/01/70 00:00      

Back to Subject List