Answer:
hello 안녕하세요
Explanation:
mate I tried to write here but it says it's too much writing that why I attached a pic
BTW did u like that☺☺
No sadly.
You can change your e-mail, profile picture, but that's about it.
I didn't see an option to change your name.
Best way is to put your exact question! And do "advanced search"
Hope I helped and if you need more info or another question, then feel free to ask me!
Have a nice day!
mbly code to implement the y=(x1+x2)*(x3+x4) expression on 2-address machine, and then display the value of y on the screen. Assume that the values of the variables are known. Hence, do not worry about their values in your code.
The assembly instructions that are available in this machine are the following:
Load b, a Load the value of a to b
Add b, a Add the value of a to the value of b and pla