00:07
Perform the given c code.
00:09
Perform the given c code.
00:23
Perform the given c code.
00:24
Z equals to x and 2 plus.
00:29
By using a 4 bit alu we need to break down the operations of individual instructions.
00:36
For the 3 bit alu we will assume similar instruction as the 4 bit alu.
00:40
So 4 bit alu instruction says first is add.
01:01
Add two numbers to store the result in the designation register.
01:04
Second is not.
01:12
Then is not.
01:17
That is perform bit twice.
01:19
Not on the input and store the result in the designation register.
01:25
It is not.
01:29
Third is and.
01:34
Perform bit twice and between the two inputs and store the result in the designation register.
01:40
Fourth is swap.
01:45
Swap the contents of two registers.
01:47
Fifth is rola.
01:56
Rotate the bits of the input register a one position to the left.
02:00
The given instruction sequence for the 4 bit alu.
02:06
Instruction sequence.
02:14
First load x into register a.
02:27
Load y into register b.
02:30
Perform bit twice...