Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Produce a simple code generator that is able to translate assignment statement (a=b+c) to machine (assembly) code?

programming compilers

user-image
Question added by تابر نجد الدين على سعيد , Systems Administrator , Wipro Limited - Saudi Arabia
Date Posted: 2014/05/06
Abdulelah Fallatah
by Abdulelah Fallatah , Computer Operator , شركة الحاسب الآلي العربي

LOAD B

ADD C

STORE A

 

I hope I am right.

Deleted user
by Deleted user

google it 

code is online !