0% found this document useful (0 votes)
14 views

Relationship Between Machine Code and Assembly Code

Uploaded by

DUO ASSASSIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Relationship Between Machine Code and Assembly Code

Uploaded by

DUO ASSASSIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Relationship between machine code and assembly

code

- You could say that assembly code is one level above machine
code.
- Assembly code uses mnemonics to represent machine code
instructions.
- Each assembly code instruction corresponds to one machine
code instruction (one-to-one mapping).
- This differs from source code, which has one-to-many
mapping with machine code.
- An assembler is used to translate assembly code into machine
code
- Assembly language is closely tied to the processor’s
instruction set
- Different processors (e.g. desktop vs raspberry PI) require
different assemblers.

You might also like