public class

RegisterBankLayoutX86

extends AbstractRegisterBankLayout
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBankLayout
     ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.RegisterBankLayoutX86

Class Overview

Registers layout for an i386 (32-bit) processor.

Summary

Public Methods
Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap()
synchronized static RegisterBankLayoutX86 getInstance()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBankLayout
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.processor.IRegisterBankLayout

Public Methods

public Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap ()

public static synchronized RegisterBankLayoutX86 getInstance ()