Skip to content

sub_ABDB #25

Description

@tom-seddon

Copies 256 bytes using the needlessly generic memmove routine.

sub_ABDB:

Currently 30 bytes of code to make 2 copies - could be 2 little inlined loops, 11 bytes each:

ldx #0
-
lda $400,x
sta $700,x
inx
bne -

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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