sir can I ask what if there is number in the question. for example, in the video, there is alphabet but what if there is number such as 9 replace the 'E'? would the answer be the same?
no, variables cannot be multiplied or added like this, you have to mov the variables into a register first. variables are stored in physical memory spaces, and memory to memory operations are not possible in assembly. register to memory, memory to register, register to register such operations are only possible
You need to perform operations on a register not a memory location. We can perform operations on register only. Nd can fetch data from memory not modify in memory but can write into it.
Get Certification in Computer Organization : bitly.ws/VGY4
Use coupon ""UA-cam12"" to get “FLAT 12%’’ OFF at Checkout.
Guru india terbaikkk tjoyyy
From South Africa 🌍 appreciate
Why we are not following BODMAS Rule so in denominator e*f then added with g*h then whole result should be subtracted from d right??
Sama here also bro
Super bro
sir can I ask what if there is number in the question. for example, in the video, there is alphabet but what if there is number such as 9 replace the 'E'? would the answer be the same?
y shouldnt we use ac here also instead of mov
?
We'll be needing 3 registers for the second practice problem - is that correct?
Subtraction case ka alag sa example bano
Thank you sir
Syntax needs to be corrected...register cant be denoted in subscript....
corrected one is=R1
can we do it by the variable only .
i need subtitle
Sir apne to is expression me 1and1/2 ai le liya hai
Can we do like this??
MUL B,C;
ADD A,B;
MOV X,A;
no, variables cannot be multiplied or added like this, you have to mov the variables into a register first. variables are stored in physical memory spaces, and memory to memory operations are not possible in assembly. register to memory, memory to register, register to register such operations are only possible
CAN ANY ONE EXPLAIN WHY WE CANT WRITE SUB D,R3 AND ELIMINATE THE 4TH LINE?
Same question!
You need to perform operations on a register not a memory location. We can perform operations on register only. Nd can fetch data from memory not modify in memory but can write into it.
Can you send soulation exercises