ASMFile Constructor Fling OS
Initialises a new ASMFile instance with the specified path to the ASm file to open.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ASMFile(
	string aFilePath
)

Parameters

aFilePath
Type: System String
The path to the ASM file to open.
See Also