Skip to content

JMP CLKHI at $FF7D not reflected in actual KERNAL V3 ROMs #7

Description

@boeckmann

Source in directory KERNAL_C64_03 disagrees with KERNAL V3 ROM of my C64 and kernal-901227-03.bin shipped with VICE.

JMP CLKHI ;RELEASE THE CLOCK LINE***901227-03***

gets assembled to:

FF7D:  4C 85 EE   JMP CLKHI       ;RELEASE THE CLOCK LINE***901227-03***

But in the ROMs it is still:

FF7D: 4C 8E EE   JMP CLKLO

I am courious if that change that did not make it into the ROMS or if it is an error in the source? In V1 and V2 source it is also JMP CLKLO, but the comment above indicates it was by intention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions