ca.machine
Class MachineInfo

java.lang.Object
  extended by ca.machine.MachineInfo

public class MachineInfo
extends java.lang.Object

This class encapsulates all the information about a machine including the CPU type and memory map.


Constructor Summary
MachineInfo()
           
 
Method Summary
 java.lang.String getCpuType()
           
 java.lang.String getOriginalBinary()
           
 int getRamEnd()
           
 int getRamStart()
           
 int getRomEnd()
           
 int getRomStart()
           
 void parseInfo(java.lang.String comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MachineInfo

public MachineInfo()
Method Detail

getOriginalBinary

public java.lang.String getOriginalBinary()

getRomStart

public int getRomStart()

getRomEnd

public int getRomEnd()

getRamStart

public int getRamStart()

getRamEnd

public int getRamEnd()

getCpuType

public java.lang.String getCpuType()

parseInfo

public void parseInfo(java.lang.String comment)