Skip to content

HeaderBlock.CreateCode Method

Definition

Creates a new HeaderBlock for a code block.

public static HeaderBlock CreateCode(string filename, ushort location, ushort length);

View source

Parameters

Name Type Description
filename String The filename for the block.
location UInt16 The memory location to load the code to.
length UInt16 The length of the data block in bytes.

Returns

HeaderBlock

A new HeaderBlock for a code block.