Completely changed the structure and switched to Eclipse Plugin.
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / asm / model / AsmOperand.java
1 package net.mograsim.plugin.asm.model;
2
3 public interface AsmOperand
4 {
5
6 }