Uses of Enum Class
be.lmenten.avr.core.register.UpperRegister
Package
Description
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.arithmetic
ModifierConstructorDescriptionMULS(UpperRegister rd, UpperRegister rr)
SBCI(UpperRegister rd, int K)
SUBI(UpperRegister rd, int K)
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.arithmetic.test
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.bit
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.logic
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.transfer
ModifierConstructorDescriptionLDI(UpperRegister rd, int K)
LDS16(UpperRegister rd, int k)
SER(UpperRegister rd)
STS16(UpperRegister rr, int k)
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.xbase
Modifier and TypeMethodDescriptionInstruction_Rd4.getRd()
Instruction_Rd4Rr4.getRr()
Instruction_Rr4.getRr()
Modifier and TypeMethodDescriptionprotected void
Instruction_Rd4.setRd(UpperRegister rd)
protected void
Instruction_Rr4.setRd(UpperRegister rr)
protected void
Instruction_Rd4Rr4.setRr(UpperRegister rr)
ModifierConstructorDescriptionInstruction_Rd4k7(UpperRegister rd, int k)
Instruction_Rd4K8(UpperRegister rd, int K)
Instruction_Rd4Rr4(UpperRegister rd, UpperRegister rr)
Instruction_Rr4k7(UpperRegister rr, int k)
-
Uses of UpperRegister in be.lmenten.avr.core.register
Modifier and TypeMethodDescriptionstatic UpperRegister
UpperRegister.lookup(int r)
static UpperRegister
Returns the enum constant of this class with the specified name.static UpperRegister[]
UpperRegister.values()
Returns an array containing the constants of this enum class, in the order they are declared.