Class BytesPcodeThread

All Implemented Interfaces:
PcodeThread<byte[]>
Direct Known Subclasses:
JitPcodeThread

public class BytesPcodeThread extends ModifiedPcodeThread<byte[]>
A simple p-code thread that operates on concrete bytes

For a complete example of a p-code emulator, see PcodeEmulator. This is the default thread for that emulator.