GameBoy\Opcode::opcode209 PHP Méthode

opcode209() public static méthode

POP DE
public static opcode209 ( Core $core )
$core Core
    public static function opcode209(Core $core)
    {
        $core->registerE = $core->memoryRead($core->stackPointer);
        $core->registerD = $core->memoryRead($core->stackPointer + 1 & 0xffff);
        $core->stackPointer = $core->stackPointer + 2 & 0xffff;
    }
Opcode