Different kinds of quotes in Nasm -


what difference between using single quote ' or double quote " in nasm? have affect on defining variables, or nesting quotes?

from nasm's manual:

a character string consists of 8 characters enclosed in either single quotes ('...'), double quotes ("...") or backquotes (...). single or double quotes equivalent nasm (except of course surrounding constant single quotes allows double quotes appear within , vice versa); contents of represented verbatim. strings enclosed in backquotes support c-style -escapes special characters.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -