SP Final TA2
SP Final TA2
Featur
Compiler Assembler Interpreter
e
Translates high-level
Functi Converts assembly Translates and executes
language to machine
on code to machine code code line by line
code
High-level language (e.g., High-level language (e.g.,
Input Assembly language
C, Java) Python, JavaScript)
No intermediate file;
Output Machine code (binary) Machine code
executes directly
Fast execution after Slower due to real-time
Speed Fast execution
compilation translation
Error
Shows all errors after Shows all errors after
Handli Stops at first error
compilation assembling
ng