Assembly Language Flashcards

1
Q

Machine Code

A

Uses binary sequences to represent instructions

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

Assembly Language

A

Low level language - closer to machine code than high level languages like Python

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

Assembler

A

Translates assembly code to machine code

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

ADD

A

Add

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

SUB

A

Subtract

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

STA

A

Stores values from accumulator to memory

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

LDA

A

Loads values from memory to accumulator

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

BRA

A

Branch always

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

BRZ

A

Branch if zero

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

BRP

A

Branch is positive or zero

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

INP

A

Input

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

OUT

A

Output

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

HLT

A

End program

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

DAT

A

Data location

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