Asm.X86.Byte
allFp :: (IntMap [Word64], [X86 X86Reg FX86Reg a]) -> IO ([ByteString], FunPtr b, Maybe (Ptr Word64)) Source #
assemble :: (IntMap [Word64], [X86 X86Reg FX86Reg a]) -> ByteString Source #
assembleCtx :: CCtx -> (IntMap [Word64], [X86 X86Reg FX86Reg a]) -> IO (ByteString, FunPtr b, Maybe (Ptr Word64)) Source #
dbgFp :: (IntMap [Word64], [X86 X86Reg FX86Reg a]) -> IO [ByteString] Source #