Introduction to Assembly Language Flashcards
Can improve the readability and clarity especially in assembly language where the purpose of a set of instructions is often ambiguous.
Comment
Is a part of a program that is ignored by the assembler.
Comment
What does a comment begin with?
semicolon (;)
These are words in which the assembler assigns a special meaning and it cannot be used as identifiers.
Reserved Words
Categories of Reserved Words
Instructions
Directives
Operators
Pre-defined Symbols
These are statements that will be translated into machine language and executed by the computer.
Instructions
Statements that give information to the assembler
Directives
Are sometimes called pseudo-ops
Directives
These are used at assembly time to affect the value of an operand
Operators
These are symbols that return information to your program.
Pre-defined Symbols
Is a user-defined name or variable that you apply in the program that is used as reference
Identifier
Types of Identifiers
Name
Label
It refers to the address of a data item
Name
It refers to the address of an instruction or procedure
Label
Two types of statements
Instructions
Directives