Exam 2 Flashcards

(16 cards)

1
Q

What is Pep/9?

A

A virtual simulator machine

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

A CPU contains 6 specified memory locations called?

A

Registers

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

A 4 bit status register

A

NZVC

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

A 16 bit accumulator

A

A

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

A 16 bit index register

A

X

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

A 16 bit program counter

A

PC

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

A 16 bit stack pointer

A

SP

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

A 24 bit instruction register

A

IR

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

The main memory of the pep/9 contains _________ eight bit storage

A

65536

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

Address range from 0-65535. In hex they rang from:

A

0000-FFFF

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

Main memory is sometimes called a:

A

Core memory

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

string of bytes

A

.ASCII

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

Like zz in machine code, sentinel

A

.END

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

Generates n bytes

A

.BLOCK

And

.BYTE

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

generates 2 bytes and puts value in it

A

.WORD

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

Constant value- replaces in lines so immediate addressing used