>In a message dated 12/1/98 10:09:11 PM Eastern Standard Time, >nlmueller@students.wisc.edu writes: > >> Pop values onto the system stack. >> >> --Nate > >so l can just push different data reg.s and tables and whatnot on the stack, >and then when the program's over, l can just pop them off? yep, but if you don't pop it all off correctly, the program will crash. --Nate