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

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