Machine Code
Machine code is the term used to describe any binary instruction which the
computer’s CPU will read and execute.
e.g. 10001000 01010111 11000101 11110001 10100001 00010110
Each instruction performs a very specific task, such as loading a value into
a register, or adding two binary numbers together.
Assembly Code
Assembly code is a low level language.
Assembly language is specific to a particular computer architecture. In other
words, different computer manufacturers will use different assembly code
instructions.
An example assembly code program for the 6502 processor is as follows:
Assembler
An assembler is a program that converts assembly code into binary
instructions.
Assembly Code
Advantages:
Very fast because of direct conversion from assembly language to
binary
Direct access to hardware features e.g. embedded computers in
home appliances
Disadvantages
Low level languages are difficult to learn
Lack of portability because assembly language is dependent on the
make of processor
Assembly Code
Advantages:
Very fast because of direct conversion from assembly language to
binary
Direct access to hardware features e.g. embedded computers in
home appliances
Disadvantages
Low level languages are difficult to learn
Lack of portability because assembly language is dependent on the
make of processor

N5 Computing Science - Machine Code

  • 2.
    Machine Code Machine codeis the term used to describe any binary instruction which the computer’s CPU will read and execute. e.g. 10001000 01010111 11000101 11110001 10100001 00010110 Each instruction performs a very specific task, such as loading a value into a register, or adding two binary numbers together.
  • 3.
    Assembly Code Assembly codeis a low level language. Assembly language is specific to a particular computer architecture. In other words, different computer manufacturers will use different assembly code instructions. An example assembly code program for the 6502 processor is as follows:
  • 4.
    Assembler An assembler isa program that converts assembly code into binary instructions.
  • 5.
    Assembly Code Advantages: Very fastbecause of direct conversion from assembly language to binary Direct access to hardware features e.g. embedded computers in home appliances Disadvantages Low level languages are difficult to learn Lack of portability because assembly language is dependent on the make of processor
  • 6.
    Assembly Code Advantages: Very fastbecause of direct conversion from assembly language to binary Direct access to hardware features e.g. embedded computers in home appliances Disadvantages Low level languages are difficult to learn Lack of portability because assembly language is dependent on the make of processor