Displaying 1 result from an estimated 1 matches for "cb026906".
2016 Feb 17
2
How to define data for X86 assembler?
Hi,
Is there any documentation on the syntax accepted by X86 assembler?
I have this code in my .asm file to define data:
text db "127.1.1.1 google.lk"
But X86 assembler fails to understand it, with error:
error: unexpected token in argument list
text db "127.1.1.1 google.lk"
^
Any ideas how to fix this problem?
I tried to find some