eee ook, you mean something like:
/
RBO = 1 ' call interrupt

myInterrupt:
Gosub Display_menu
@int interrupt

Display_menu:
'display result on LCD....
return
/

WIll the return go back to the interrupt or back to where interrupt has left the main program ??

K