Wei Sun
unread,May 6, 2012, 12:04:40 AM5/6/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Does anyone know how to implement a way to exit the entire program in
the middle of a subroutine? So far, I figured that to do that involves
jumping into the assembly and setting the program counter to the top
level return address, but I haven't figured out how to find that
address
I mean, I could pass a "exit program flag" all the way up to the top
level function, but that's just unpleasant.