Skip to content

XSCROB (Scroll down)

Description

Scroll all lines from the top to the bottom

Example

    .include "telestrat.inc"

    ldx     #$01 ; First line to scroll
    ldy     #25  ; Last line to scroll
    BRK_KERNEL XSCROB
    rts

See scroll macro from orix-sdk to use it


Last update: 2024-02-15