WEBVTT

1
00:01.370 --> 00:01.820
Hello.

2
00:01.820 --> 00:02.480
Welcome back.

3
00:02.480 --> 00:07.160
In this lesson, we are going to look at the four types of move instructions.

4
00:07.430 --> 00:13.400
The first is to move immediate to register. Immediate means a constant.

5
00:13.400 --> 00:17.390
For example, it could be a memory address or it could be a number.

6
00:18.020 --> 00:20.720
The second type is to move immediate to memory.

7
00:21.170 --> 00:23.570
The third type is to move memory to register.

8
00:23.960 --> 00:27.140
And the fourth type is to move register to memory.

9
00:27.140 --> 00:33.920
So these are the four types of moves that are available for use in the assembler or in the debugger.

10
00:34.370 --> 00:42.050
So this is - we are going to take a look now at the practical in the next lesson of how to perform

11
00:42.050 --> 00:43.370
all these four types of moves.

12
00:43.550 --> 00:44.300
See you then.