Package ru.ispras.microtesk.model.memory
Interface AddressingMode
-
public interface AddressingMode
TheAddressingMode
interface describes an object that holds information on the addressing mode that provided an access to the given location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.math.BigInteger>
getArguments()
java.lang.String
getName()
java.lang.String
getSyntax()
-