The inline assembler knows a couple of reserved words, which must not collide with user defined identifiers such as variable names. These reserved words are:
For these reserved words, the inline assembler is not case-sensitive, i.e., LD is the same as ld or even Ld. For all other identifiers (labels, variable names, and so on) the inline assembler is case-sensitive.