What does the software or computer actually do when you compile a program using a software tool such as MPASMWIN.

Just need to know what compiling actually does??
Would be great help
cheers

Recommended Answers

All 2 Replies

>Just need to know what compiling actually does??
The 10,000 foot view is that a compiler takes one language and converts it into another. An assembler in particular takes assembly language code and turns it into machine code.

Definition (?) of a compiler:

-> A computer program which reads source code and outputs assembly code or executable code
-> A computer program that translates highlevel code into machine code
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.