HeaderBlock.CreateCode Method
Definition
Creates a new HeaderBlock for a code block.
public static HeaderBlock CreateCode(string filename, ushort location, ushort length);
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
A new HeaderBlock for a code block.