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

export default function (this: The65c02) {
    this.programCounter.increment()
    this.regX.set(this.stackPointer.num())
}