Package ru.ispras.microtesk.model.memory
Class Label
- java.lang.Object
-
- ru.ispras.microtesk.model.memory.Label
-
public final class Label extends java.lang.Object
TheLabel
class labels some memory location with the provided identifier.This is required to provide an external access to this location using an architecture-independent identifier. For example, a register storing program counter value is marked as PC to allow the external engines that have no knowledge about the architecture to access it.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
access()
java.lang.String
getName()
-