 0x2H is AH example which converts numbers in C hexadecimal format
(with prefix 0x) to ASM format (with H suffix) in source code without
changing source files or compiler's code.
 0x2H can be used with (any?) ASM (but NASM has built-in 0x support).