How does Assembly work
Answers
Answered by
1
Explanation:
Your CPU doesn't execute assembly. The assembler converts it into machine code. This process depends on both the particular assembly language and the target computer architecture. ... The instructions in assembly code map to the actual instruction set and register names for the CPU architecture you're targeting.
Answered by
0
Answer:
Your CPU doesn't execute assembly. The assembler converts it into machine code. This process depends on both the particular assembly language and the target computer architecture. ... The instructions in assembly code map to the actual instruction set and register names for the CPU architecture you're targeting
Explanation:
hope it helps
Similar questions