Skip to content

Replace jp with jr where appropriate #171

@avivace

Description

@avivace

Several places in the tutorial still use jp (absolute jump) where jr (relative jump) would be more appropriate and cycle-efficient. jr is properly explained and introduced in Part I - Jumps, so from that point onward it should be safe to replace jp with jr wherever the target label is within the 128 bytes range.

Work has already started on this (#146), but some occurrences remain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions