??? 08/05/05 14:41 Read: times |
#98869 - Last pushed in - first popped out Responding to: ???'s previous message |
Hello, I am not sure but are there not some command's that also uses the stack register to save the adress there jumped from.You know ACALL , LCALL (both according to the bible), i can imagine there can be a situation where you SAVE_CONTENT jump to some adress with acall and there RESTORE_CONTENT. You probably see my point. That's the main issue here, correct me guys if i am wrong. Also you realy have to make sure, if you let's say save content twice and restore content only ones you could have a problem with getting the write values back. It was just a thought, i suppose you do knwo if you pushes your values twice, you should pop twice to get back on track. |