hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
720 stars 56 forks source link

Fix 6502 instruction set #128

Closed vxgmichel closed 2 years ago

vxgmichel commented 2 years ago

I've noticed two errors in the 6502 instruction set:

For the record, I have not checked all the op codes systematically so there might be more errors.

hlorenzi commented 2 years ago

Really, really nice catch!

vxgmichel commented 2 years ago

Thankfully I've been testing my programs on an emulator before running them on actual hardware so I've been able to figure it out quite quickly :)