# Interface: com.pnfsoftware.jeb.core.units.code.asm.cfg.IFormattingContextFactory

Customize instruction rendering via the generation of formatting\-context objects.

## Method: createFormattingContext
- parameter: `insn`, type: `InsnType`
- return type: `java.lang.Object`

Description: Generate a context object provided to [instruction.format\(obj\)](IInstruction#format(Object)).
parameter: insn: the instruction to be formatted
return: a context object

