summary refs log tree commit diff
path: root/instructions/PLP.ts
blob: 255ed32f5e45327cab56dfa71c38e22cd8238e75 (plain)
1
2
3
4
5
6
import type The65c02 from "../65c02.ts";

export default function (this: The65c02) {
    this.status.set(this.pop());
    this.programCounter.increment()
}