Package jnr.a64asm
Class SIZE
- java.lang.Object
-
- jnr.a64asm.SIZE
-
public class SIZE extends java.lang.Object
Size of registers and pointers
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE_DWORD
static int
SIZE_QWORD
static int
SIZE_WORD
-
Constructor Summary
Constructors Modifier Constructor Description private
SIZE()
-
-
-
Field Detail
-
SIZE_WORD
public static final int SIZE_WORD
- See Also:
- Constant Field Values
-
SIZE_DWORD
public static final int SIZE_DWORD
- See Also:
- Constant Field Values
-
SIZE_QWORD
public static final int SIZE_QWORD
- See Also:
- Constant Field Values
-
-