jnr.x86asm
Class CpuInfo

java.lang.Object
  extended by jnr.x86asm.CpuInfo

public class CpuInfo
extends Object

Information about target CPU


Nested Class Summary
static class CpuInfo.Vendor
           
 
Field Summary
static CpuInfo GENERIC
           
 
Constructor Summary
CpuInfo(CpuInfo.Vendor vendor, int family)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static final CpuInfo GENERIC
Constructor Detail

CpuInfo

public CpuInfo(CpuInfo.Vendor vendor,
               int family)


Copyright © 2012. All Rights Reserved.