Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Feb 6, 2024
1 parent 30018dd commit 26dd8a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/6502/_ch395_read_recv_buf_sn.s
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
beq @exit
dec ptr2+1
jmp @read_256_bytes

@exit:
lda ptr2
beq @go_rts
jsr @read_only_ptr2

@go_rts:
rts



@read_only_ptr2:
ldy #$00
@loop:
Expand All @@ -74,7 +74,4 @@
bne @loop
rts


ptr2:
.res 2
.endproc

0 comments on commit 26dd8a1

Please sign in to comment.