07b56c293ffe27a8b77622aaf11dc2d5f9431275
[Mograsim.git] / AsmElement.java
1 package net.mograsim.machine.isa;
2
3 public interface AsmElement
4 {
5         // only marker at the moment
6 }