Assembly Language

Machine code (0s and 1s) was used by early programmers. This was incredibly complicated and time  consuming.

To the next advance in programming was the use of mnemonics. This is assembly code. Mnemonics are short words that represent an action in a computer program. One mnemonic translates into one machine code instruction. Assembly code is still very basic but is much easier to understand then binary.

The assembler translates assembly code into machine code.

Assembly code is as follows:


Comments

Popular posts from this blog

CPU Fetch-Decode-Execute Cycle

Scheduling

Utility Software