Utilities [¶]
Utility classes and functions.
Overview
AsmJit uses and provides utility classes and functions, that can be used with AsmJit. The functionality can be divided into the following topics:
Utility classes and functions.
AsmJit uses and provides utility classes and functions, that can be used with AsmJit. The functionality can be divided into the following topics:
Format flags used by String API.
Constant | Description |
---|---|
kNone | No flags. |
kShowSign | Show sign. |
kShowSpace | Show space. |
kAlternate | Alternate form (use 0x when formatting HEX number). |
kSigned | The input is signed. |