Question : Web header with three different colors

Dear Experts,

I would like to know how to add a header with 3 different colors in the web page.
Please the attachment file.

Your help is really appreciated and sorry my question.

Thanks.
Attachments:
 
Web Header colors
 

Answer : Web header with three different colors

I don't think it is safe. Because i++ would really mean something like

In INTEL:
   movl i, AX
   inc AX

In AMD:
   movl    $0, -4(%rbp)
   addl    $1, -4(%rbp)


So, in effect, it is two assembly instructions, and if the context switch happens in between, then the data is corrupted
Random Solutions  
 
programming4us programming4us