<div dir="ltr"><div><div><div><div>Hi,<br><br></div>Is there any documentation on the syntax accepted by X86 assembler?<br><br></div>I have this code in my .asm file to define data:<br><br>    text db "127.1.1.1 <a href="http://google.lk">google.lk</a>"<br><br></div>But X86 assembler fails to understand it, with error:<br><br>    error: unexpected token in argument list<br>    text db "127.1.1.1 <a href="http://google.lk">google.lk</a>"<br></div>                ^<br><div><br></div><div>Any ideas how to fix this problem?<br></div><div>I tried to find some documentation on the syntax for X86 assembler, to no avail.<br><br></div><div>Thank you,<br></div><div>Jun<br></div></div>