Class Program
- java.lang.Object
-
- io.github.applecommander.disassembler.api.Program
-
public class Program extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Program(byte[] code, int address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
currentAddress()
int
currentOffset()
boolean
hasMore()
byte
peek()
byte[]
read(int n)
-