public class Cpsr extends Object
| Modifier and Type | Method and Description |
|---|---|
static Cpsr |
getArm(Backend backend) |
static Cpsr |
getArm64(Backend backend) |
int |
getEL() |
int |
getMode() |
int |
getValue() |
boolean |
hasCarry()
进位或借位
|
boolean |
isA32() |
boolean |
isNegative() |
boolean |
isOverflow() |
boolean |
isThumb() |
boolean |
isZero() |
void |
setCarry(boolean on) |
void |
switchUserMode() |
public int getValue()
public boolean isA32()
public boolean isThumb()
public boolean isNegative()
public boolean isZero()
public boolean hasCarry()
public void setCarry(boolean on)
public boolean isOverflow()
public int getMode()
public int getEL()
public final void switchUserMode()
Copyright © 2026. All rights reserved.