cbc/net/loveruby/cflat/sysdep/AssemblyFile.java

9 lines
168 B
Java

package net.loveruby.cflat.sysdep;
import java.io.PrintStream;
public interface AssemblyFile {
String toSource();
void dump();
void dump(PrintStream s);
}