
                            0x0000           Number     
                 (U8 code *)0x0000           Typecast to pointer to code
   (void (*)()) ((U8 code *)0x0000)          Typecast that to func
(* (void (*)()) ((U8 code *)0x0000) ) ();    Execute (dereference) or do-that-thing
