Say I did this: .....code...... call label1 .....morecode....... label1: ret how would I make it so that ret would return to the os, instead of back to where we called it from? thanks