PDA

Click to See Complete Forum and Search --> : Reverse Polish Notation!! Need some help


darvin
Dec 9th, 2005, 10:17 PM
He everybody need some help: I need an assembly program for 32 bit intel based architecture that reads form the keyboard representing a valid expression in infix notation with paranthesis and then translated to Reverse Polish Notation and calculating the expression!
Any help would be appriciated

:wave:

d.

Darkwraith
Dec 23rd, 2005, 12:33 PM
http://en.wikipedia.org/wiki/Reverse_Polish_notation

The algorithm is on this site. Hope this helps. :)