Skip to content

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);

View source

Parameters

Name Type Description
portInRegisterC Port<Z80Assembly.RegisterC>

Returns

Opcode

JP(ReadOnlySpan<Z80Assembly.RegisterC>)

public static Opcode JP(ReadOnlySpan<Z80Assembly.RegisterC> portInRegisterC);

View source

Parameters

Name Type Description
portInRegisterC ReadOnlySpan<Z80Assembly.RegisterC>

Returns

Opcode