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
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
>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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.