# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IESimulationResults

This object carries results of some IR simulation phase. Such objects can be provided by the decompiler engine to decompiler extensions implementing [augmentSimulationContext](INativeDecompilerExtension#augmentSimulationContext(com.pnfsoftware.jeb.core.units.code.asm.decompiler.INativeDecompilerContext, com.pnfsoftware.jeb.core.units.code.asm.decompiler.IERoutineContext, IESimulationResults, long, IEStatement, EState)). The extension can decide to add comments and support\-routine calls to the results objects. When doing so, the resulting disassembly \(and related decompilations\) will be augmented to take into account those additions.

## Method: recordComment
- parameter: `address`, type: `long`
- parameter: `comment`, type: `java.lang.String`
- return type: `boolean`

Description: Add a comment at the provided native address.
parameter: address: 
parameter: comment: 
return: 

## Method: recordSupportRoutineCall
- parameter: `addres`, type: `long`
- parameter: `routine`, type: `com.pnfsoftware.jeb.core.units.code.asm.items.INativeMethodItem`
- return type: `boolean`

Description: Add a call\-to\-sub at the provided native address.
parameter: addres: 
parameter: routine: 
return: 

