Hex 8 commands Flashcards

(8 cards)

1
Q

LDAC /LDBC

A

areg/breg <- oreg (loads some constant)

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

LDAP

A

areg <- pc+oreg

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

LDAM/LDBM

A

areg/breg <- mem[oreg]

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

STAM

A

mem[oreg] <- areg

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

LDAI/LDDBI

A

areg/breg <- mem[areg/breg+oreg]

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

STAI

A

mem[breg+oreg] <- areg

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

BRN

A

branch if negative

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

BRB vs BR

A

branch absolute vs branch relative unconditional
branch absolute takes you to memory address oreg
branch relative uncondition takes you ot memory address pc+oreg

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