Hi, When I want to save all the integer registers, I'm using pushi, restoring them later with popi. When I'm doing a pushi, the old values of the registers are still present, but I'm wondering wether I can rely on this behavior, or if it's accidental and may be removed with another implementation?
Another question about pushi, pushs, etc. If I'm doing a pushi, then a pushs, does the order matter or not? ie, am I forced to do a pops then a popi, or can I do a popi and only after a pops? It seems to me that pushi and pushs are totally unrelated and I'm not forced to follow the order of the push, but I'd like to be sure... Jerome -- [EMAIL PROTECTED]