Module X86Parse


module X86Parse: sig .. end
Parsing opcodes

exception Parse of string
val file_base_offset : int Pervasives.ref
The address of the first byte in the file being read. This is used to translate relative addresses into absolute addresses for instructions like JNZ.
val read_instr : AsmUtil.bits -> X86Types.instr * AsmUtil.bits
Read an instruction.
Raises Parse No instruction can be decoded at the start of the bitstream.