Skip to content

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

View source

Parameters

Name Type Description
portInRegisterC Port<Z80Assembly.RegisterC>

Returns

Opcode

OUT0(ReadOnlySpan<Z80Assembly.RegisterC>)

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

View source

Parameters

Name Type Description
portInRegisterC ReadOnlySpan<Z80Assembly.RegisterC>

Returns

Opcode