]> git.sur5r.net Git - cc65/blobdiff - src/ca65/instr.c
Added condes tables to c64 config
[cc65] / src / ca65 / instr.c
index 553296471d0db506f012baa2556b415f1220be26..4586e21e1b6b7a3d86e635e6a5e884400eb190ff 100644 (file)
@@ -149,7 +149,7 @@ static const struct {
        { "BCC", 0x0020000, 0x90, 0, PutPCRel8 },
        { "BCS", 0x0020000, 0xb0, 0, PutPCRel8 },
        { "BEQ", 0x0020000, 0xf0, 0, PutPCRel8 },
-       { "BIT", 0x080006C, 0x00, 2, PutAll },
+       { "BIT", 0x0A0006C, 0x00, 2, PutAll },
        { "BMI", 0x0020000, 0x30, 0, PutPCRel8 },
        { "BNE", 0x0020000, 0xd0, 0, PutPCRel8 },
        { "BPL", 0x0020000, 0x10, 0, PutPCRel8 },