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