New Member
Group: Members
Posts: 12
Member No.: 53204
Joined: 14-August 12
|
When declaring variables in .data section,while using NULL terminator '0' it autocompletes with 0xFFFFFF which displays error while compling is there any patch or update to replace ' 0xFFFFF ' with just ' 0 '
CODE | var db "abc",0xFFFFFF
|
|