Hi, Any idea what does following do and how ? ((void (code *) (void)) 0) (); Any help would be great
Apart from the Keil-specific 'code' keyword, it's standard 'C' - see your 'C' textbook. For the Keil-specific 'code' keyword, see the Keil C51 Manual.