Z80Assembly.END Method
Overloads
| Name | Description |
|---|---|
END() |
|
END(UInt16) |
|
END(Location) |
|
END(String) |
END()
public static End END();
Returns
END(UInt16)
public static End END(ushort address);
Parameters
| Name | Type | Description |
|---|---|---|
address |
UInt16 |
Returns
END(Location)
public static End END(Location address);
Parameters
| Name | Type | Description |
|---|---|---|
address |
Location |
Returns
END(String)
public static End END(string label);
Parameters
| Name | Type | Description |
|---|---|---|
label |
String |