|
For starters, try putting a "goto done_stack" immediately before the pos_error label. Otherwise, the code in the neg_error section will "fall-through" and execute the pos_error code also. However, without knowing what variables correspond to what, there's not a whole lot I can tell you.
|