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

export default function (this: The65c02) {
    this.push(this.status.num());
    this.programCounter.increment()
}