Z80Assembly.OUT0 Method
Overloads
| Name | Description |
|---|---|
OUT0(Port<Z80Assembly.RegisterC>) |
|
OUT0(ReadOnlySpan<Z80Assembly.RegisterC>) |
OUT0(Port<Z80Assembly.RegisterC>)
public static Opcode OUT0(Port<Z80Assembly.RegisterC> portInRegisterC);
Parameters
| Name | Type | Description |
|---|---|---|
portInRegisterC |
Port<Z80Assembly.RegisterC> |
Returns
OUT0(ReadOnlySpan<Z80Assembly.RegisterC>)
public static Opcode OUT0(ReadOnlySpan<Z80Assembly.RegisterC> portInRegisterC);
Parameters
| Name | Type | Description |
|---|---|---|
portInRegisterC |
ReadOnlySpan<Z80Assembly.RegisterC> |