Class RegisterBankEmpty
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBank
com.pnfsoftware.jeb.core.units.code.asm.processor.arch.RegisterBankEmpty
- All Implemented Interfaces:
IRegisterBank
Empty register bank. Can be used by any processor.
-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBank
REG_GRP_GP, REG_GRP_SPECIAL
-
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBank
add, add, add, format, getAllDescriptionEntries, getCountOfDescriptionEntries, getDescriptionEntries, getDescriptionEntry, getDescriptionEntryById, getDescriptionEntryByName, getDescriptionEntryByName, getDescriptionEntryByType, toString
-
Method Details
-
getInstance
-
getDescriptionEntryMap
- Specified by:
getDescriptionEntryMap
in classAbstractRegisterBank
- Returns:
- a map of full registers: key=index, value=full register entry
-