Class RegisterAccessNotice

java.lang.Object
mars.mips.hardware.AccessNotice
mars.mips.hardware.RegisterAccessNotice

public class RegisterAccessNotice extends AccessNotice
Object provided to Observers of runtime access to MIPS register. Observer can get the access type (R/W) and register number.
Version:
July 2005
Author:
Pete Sanderson
  • Method Details

    • getRegisterName

      public String getRegisterName()
      Fetch the register number of register accessed.
    • toString

      public String toString()
      String representation indicates access type and which register
      Overrides:
      toString in class Object