Z80Assembly.ORG Method
Overloads
| Name | Description |
|---|---|
ORG(UInt16) |
|
ORG(Location) |
ORG(UInt16)
public static Org ORG(ushort address);
Parameters
| Name | Type | Description |
|---|---|---|
address |
UInt16 |
Returns
ORG(Location)
public static Org ORG(Location address);
Parameters
| Name | Type | Description |
|---|---|---|
address |
Location |