Something wrong with line implementation #2

Open
opened 2025-04-28 15:22:34 +02:00 by hugova · 0 comments
Member

The line test do not seem to have catched this one:

        LDA #$55
        STA C_X
        STA C_Y
        LDA #$77
        STA B_X
        LDA #$20
        STA B_Y

        Mov_16 X_pos, Y_pos, B_X, B_Y
        Mov_16 X_end, Y_end, C_X, C_Y
        jsr line
The line test do not seem to have catched this one: ``` LDA #$55 STA C_X STA C_Y LDA #$77 STA B_X LDA #$20 STA B_Y Mov_16 X_pos, Y_pos, B_X, B_Y Mov_16 X_end, Y_end, C_X, C_Y jsr line ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Stacken/c64-livecoding#2
No description provided.