Hi everyone,
How can I break a long instruction line into two or three lines to improve readability of the program written in " C language ?
Best regards, Deepak
This is a standard 'C' question - nothing specifically to do with Keil nor the 8051!
'C' treats all whitespace sequences (including comments) as equivalent - so, anywhere that one space is permitted, you can put as many spaces, tabs, newlines and comments as you like!
Basically, whitespace can come anywhere between tokens;
See your 'C' textbook.
Space, Horizontal Tab, Newline, Vertical Tab, Form-Feed.
View all questions in Keil forum