summary refs log tree commit diff
path: root/65c02.ts
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-04-03 11:20:33 +0300
committerWlodekM <[email protected]>2025-04-03 11:20:33 +0300
commit8702826717b3e916ef774004c4de99b96d04ddff (patch)
treed0df9a4901d79f6a3d9fd03e00afd6039d6cdd2d /65c02.ts
parentc50e619bef9ecd2266ee904b87c6401cb0572660 (diff)
debugging stuff
Diffstat (limited to '65c02.ts')
-rw-r--r--65c02.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/65c02.ts b/65c02.ts
index 5720a75..9d286d9 100644
--- a/65c02.ts
+++ b/65c02.ts
@@ -169,7 +169,6 @@ export default class The65c02 {
             throw `not found ${instruction}`
         if (!this.instructions[opm[instruction].mnemonic])
             throw `not implement, sowwy (${opm[instruction].mnemonic}.ts not found)`;
-        console.debug(this.programCounter.num().toString(16).padStart(4, '0'),opm[instruction].mnemonic, opm[instruction].mode)
         this.instructions[opm[instruction].mnemonic].call(this, opm[instruction].mode);
     }
     //SECTION - utils