20 likes | 180 Views
CS344-321 Assembly Language Programming. Period 42. 8087 Instruction Set How to compute expression using Stack machine? hint: change infix form to postfix form e.g. infix expression : (x+y)*(x-y)/z postfix form : xy+xy-*z/.
E N D
CS344-321 Assembly Language Programming Period 42
8087 Instruction Set How to compute expression using Stack machine? hint: change infix form to postfix form e.g. infix expression : (x+y)*(x-y)/z postfix form : xy+xy-*z/