Machine Language

Introduction

Machine language is an array of 0 and 1 which will tell the hardware the operations to do

How it works?

When developers write assembly code, such as ADD 10 3, then assembler will convert assembly into machine language following ISA’s guide, e.g., 01010001011