not sure if this is the right place for assembly language but if anyone could help at all it would be greatly appreciated.
my assignment is : val1 = 35 val2 = 17 val3 = 86 val4 = 52
(a+b)*2-(c-d)*3 + 5^2.
so far this is what I have but it doesn't seem right