1 Address Instruction Format Example

preview_player
Показать описание
1 Address Instruction Format Example
Lecture By: Mr. Arnab Chakraborty, Tutorials Point India Private Limited
Рекомендации по теме
Комментарии
Автор

Use coupon ""YOUTUBE12"" to get “FLAT 12%’’ OFF at Checkout.

TutorialsPoint_
Автор

Amazing your teaching techniques is outstanding sir.

anshulkumar
Автор

i think he did that for understanding delibratly as people may not remember the previous value in registers

tombrady
Автор

1:00 the way you spelled "DIV" was osm..

rohitkumbhar
Автор

please listen this div 1:00 <-- click on it

rohitkumbhar
Автор

I am a little confused here...
I wrote the same expression using only 13 instructions, which i have check is mathematically correct...
LOAD E (AC = E)
MUL F (AC = AC * M[F])
STORE T (M[T] = AC)
LOAD G (AC = M[G])
MUL H (AC = AC * M[H])
SUB T (AC = AC - M[T])
ADD D (AC = AC + M[D])
STORE T (M[T] = AC)
LOAD B (AC = M[B])
MUL C (AC = AC * M[C])
ADD A (AC = AC + M[A])
DIV T (AC = AC / M[T])
STORE X (M[X] = AC)
The question is how should we decide in which order to do the operations...

mjustboring
Автор

Can We Write
At third Point M[T] <- AC
At 5th point AC <- AC- M[T]
At 10th M[T] <- AC

sunnydhawan
Автор

if we have constant in dinominater than what we do

ankitkumarnandan
Автор

is there a precedence to solve this???

story-stacks
Автор

please doctor . can you help me to understand because my subject very hard . please reply

smiletheshy
Автор

sir where the answer of practice question is given

yaswantsagar
Автор

One of the 'OperAAAnds' 1:37

rahulchakraborty
Автор

Why you stored first two expression in T when you can directly subtract with D then you can store AC to T

farazalam
Автор

Why we didn't use the BODMAS rule?

PeterParker-plto
Автор

i think in the 5 instruction it should be "SUB D" in place of "SUB T"

vijyantrajsingh