print

fun print(builder: StringBuilder, recursionMap: IdentityHashMap<A_BasicObject, Void>, indent: Int, highlightPc: Int = -1)

Output the disassembly to the given StringBuilder.

Parameters

builder

The StringBuilder onto which to describe the level one instructions.

recursionMap

The (mutable) IdentityHashMap of A_BasicObjects to avoid recursing into while printing the level one.

indent

The number of tabs to output after each line break.

highlightPc

The optional pc at which to show a highlight.