Z80Assembly.POP Method
Overloads
POP(Z80Assembly.RegisterAF)
public static Opcode POP(Z80Assembly.RegisterAF registerAF);
View source
Parameters
Returns
Opcode
POP(Z80Assembly.RegisterBC)
public static Opcode POP(Z80Assembly.RegisterBC registerBC);
View source
Parameters
Returns
Opcode
POP(Z80Assembly.RegisterDE)
public static Opcode POP(Z80Assembly.RegisterDE registerDE);
View source
Parameters
Returns
Opcode
POP(Z80Assembly.RegisterHL)
public static Opcode POP(Z80Assembly.RegisterHL registerHL);
View source
Parameters
Returns
Opcode
POP(Z80Assembly.RegisterIX)
public static Opcode POP(Z80Assembly.RegisterIX registerIX);
View source
Parameters
Returns
Opcode
POP(Z80Assembly.RegisterIY)
public static Opcode POP(Z80Assembly.RegisterIY registerIY);
View source
Parameters
Returns
Opcode