Assembly Syntax Flashcards

Assembly language commands

1
Q

ADD/SUB op1, op2

A

Add or sub two operands, storing result in op1. Operands can be registers, memory locations (limit of one), or constants.

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

CMP op1, op2

A

Compare the value of two operands (register/memory address/constant) and set the appropriate EFLAGS value.

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

FF D [0-7]

A

Some type of call.

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

EB

A

JMP

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

4 [0-7]

A

INC

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

4[8-F]

A

DEC

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