From e2568226af4af2d3b27e9e1a775e7244c5ef7191 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Thu, 3 Apr 2025 21:51:53 +0300 Subject: more progress on trying to get wozmon running --- instructions/ASL.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'instructions/ASL.ts') diff --git a/instructions/ASL.ts b/instructions/ASL.ts index 1f3fcbb..d65df3f 100644 --- a/instructions/ASL.ts +++ b/instructions/ASL.ts @@ -7,6 +7,7 @@ export default function (this: The65c02, mode: string) { this.negative = (mem & 128) != 0 this.carry = (mem & 256) != 0 this.regA.set(result & 0xFF); + this.programCounter.increment() } else { const addr = this.getAddr(mode) this.io.address.set(addr); -- cgit 1.4.1-2-gfad0