Difference between assembler and cross assembler in 8085
Answers
Answered by
5
A cross assembler is a program which generates machine code for a processer other than the one it is currently run on.An assembler is a program that converts.
Answered by
10
Answer:
Assembler- It is a type of computer programs which interprets the software or computer program written in assembly language into machine language , code or data or instruction which can be read by a computer.
Cross Assembler- A cross-assembler is an assembler that generates machine language for a different type of computer than the one the assembler is running in. It is used to develop programs for computers on a chip or microprocessors used in specialized applications that are either too small or are otherwise incapable of handling the development software.
Similar questions