From c50e619bef9ecd2266ee904b87c6401cb0572660 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Thu, 3 Apr 2025 10:29:58 +0300 Subject: fix stuff --- instructions/INX.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instructions/INX.ts') diff --git a/instructions/INX.ts b/instructions/INX.ts index 9c1cc1b..9a947e1 100644 --- a/instructions/INX.ts +++ b/instructions/INX.ts @@ -2,7 +2,7 @@ import type The65c02 from "../65c02.ts"; export default function (this: The65c02, mode: string) { switch (mode) { - case 'implied': + case 'implicit': this.regX.increment() this.negative = this.regX.bit(7); this.zero = this.regX.num() == 0; -- cgit 1.4.1-2-gfad0