SDL with MMX code(How to clear this error)

I run the program, error shows like

rgbimage.c:65:17: warning: multi-line string literals are deprecated
/tmp/ccI3toc3.s: Assembler messages:
/tmp/ccI3toc3.s:76: Error: suffix or operands invalid for shr' /tmp/ccI3toc3.s:82: Error: invalid char '[' beginning operand 2[arr2]’
/tmp/ccI3toc3.s:85: Error: invalid char ‘[’ beginning operand 2 [%esi+4*%ecx]' /tmp/ccI3toc3.s:89: Error: invalid char '[' beginning operand 1[arr1]’
/tmp/ccI3toc3.s:90: Error: invalid char ‘[’ beginning operand 2 [arr3]' /tmp/ccI3toc3.s:94: Error: invalid char '[' beginning operand 2[%edx]’
/tmp/ccI3toc3.s:96: Error: suffix or operands invalid for pslld' /tmp/ccI3toc3.s:106: Error: suffix or operands invalid forpsllw’
/tmp/ccI3toc3.s:108: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:110: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:112: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:114: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:116: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:118: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:120: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:123: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:134: Error: invalid char ‘[’ beginning operand 2 [%edx-1]' /tmp/ccI3toc3.s:135: Error: suffix or operands invalid forpslld’
/tmp/ccI3toc3.s:144: Error: suffix or operands invalid for psllw' /tmp/ccI3toc3.s:146: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:148: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:150: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:152: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:154: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:156: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:159: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:167: Error: suffix or operands invalid for psllw' /tmp/ccI3toc3.s:169: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:171: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:173: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:175: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:177: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:179: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:181: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:184: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:189: Error: suffix or operands invalid forpsllw’
/tmp/ccI3toc3.s:191: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:193: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:195: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:197: Error: suffix or operands invalid forpsraw’
/tmp/ccI3toc3.s:200: Error: suffix or operands invalid for psraw' /tmp/ccI3toc3.s:207: Error: invalid char '[' beginning operand 1[%ebx+4*%ecx-4]’
/tmp/ccI3toc3.s:211: Error: invalid char ‘[’ beginning operand 1 [%ebx+4*%ecx-4]' /tmp/ccI3toc3.s:214: Error: invalid char '[' beginning operand 1[%ebx+4*%ecx-4]’
/tmp/ccI3toc3.s:222: Error: suffix or operands invalid for `shr’

What program?On September 8, 2005 11:39 pm, prabhakar prabakar wrote:

I run the program