Chapter 3: Assembly Flashcards

1
Q

Overview?

A

Assembly code captures the meaning of each instruction in a human-readable format. It consists of a mnemonic that defines the operation to be performed, i.e defining the opcode and any modifiers, and a list of operands. There are no standard formats for assembly code so that each is very processor specific.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

example assembly program?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

lookup table?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an IDE

A

Contributor(s): Valerie Silverthorne

An integrated development environment (IDE) is a software suite that consolidates the basic tools developers need to write and test software. Typically, an IDE contains a code editor, a compiler or interpreter and a debugger that the developer accesses through a single graphical user interface (GUI). An IDE may be a standalone application, or it may be included as part of one or more existing and compatible applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

delay loop

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly