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

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