I want the program to jump to a specific address in memory and continue execution from that address. I thought about using goto but I don't have a label rather just an address in memory. 
There is no need to worry about return back from the jump address.
edit: using GCC compiler
 
     
     
     
     
     
     
     
     
     
    