Topic 8 theory Flashcards

1
Q

Possible areas for source and result operands

A

Main or virtual memory, cpu register, immediate, i/o device

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

Four instruction types

A

Data processing, Data storage, data movement and control

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

types of data movement and control

A

I/O Instructions, Test instructions, branch instructions

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

Stack

A

Data structure stores data values contiguously in RAM.

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

Stack descending type

A

Last in First out, Push: decrement stack pointer, Pop read data from stack, then Increment Stack pointer

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

Unsigned x86 Data types

A

byte( 1 byte = 8 bits)
word( 1 word = 2 bytes = 16 bits)
doubleword (1 doubleword = 4 bytes = 32 bits)
quadword (1 quadword = 8 bytes = 64 bits)

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

ARM Data types

A

byte( 1 byte = 8 bits), halfword (2 bytes = 16 bits ), word ( 4 bytes = 32 bits)

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