Home | History | Annotate | Download | only in docs

Lines Matching full:hexadecimal

81    code for the character in hexadecimal. In this way, any character can
2508 hexadecimal notation (see below). The assembler requires the exact
2520 The one non-intuitive notation for constants is the hexadecimal form of
2523 than) '``double 4.5e+15``'. The only time hexadecimal floating point
2528 values are represented in their IEEE hexadecimal format so that assembly
2531 When using the hexadecimal form, constants of types half, float, and
2535 precision, respectively. Hexadecimal format is always used for long
2537 by x86 is represented as ``0xK`` followed by 20 hexadecimal digits. The
2539 ``0xM`` followed by 32 hexadecimal digits. The IEEE 128-bit format is
2540 represented by ``0xL`` followed by 32 hexadecimal digits. Long doubles
2543 followed by 4 hexadecimal digits. All hexadecimal formats are big-endian
3572 - ``X``: Print an immediate integer as hexadecimal
3573 - ``x``: Print the low 16 bits of an immediate integer as hexadecimal.