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

export default function (this: The65c02) {
    this.IRQBDisable = true;
    this.programCounter.increment();
}