0% found this document useful (0 votes)
23 views1 page

Assembly Language 2

The document discusses assembly instruction, opcode, operand and stages of assembly including syntax checking and types of assemblers like single pass and two pass.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Assembly Language 2

The document discusses assembly instruction, opcode, operand and stages of assembly including syntax checking and types of assemblers like single pass and two pass.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assembly instruction Hex Binary

LDD total 0140 00000001 00101000


opcode operand OcOp OC OP

assembly > accembler > converted into machine code instructions


stages of assembly:
check the syntax of the AL program to ensure that only opcode from appropriate
machine code instraction set are used.
to speed up the development time
some error identified before the program being execute

Type of assemblers:
Single pass:
put the machine code instruction straight into computer memory to be executed

two pass:
produces an object code program in the machine code that can be stored, loaded, and
executed at later stage.

You might also like