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

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