Skip to content

XDECIM

Usage

Displays an integer into the the screen

Example

    .include "telestrat.inc"

    ldy     #$00
    ldx     #$20 ;
    stx     DEFAFF
    ldx     #$00
    BRK_TELEMON XDECIM
    rts

See print_int macro from orix-sdk to use it


Last update: 2024-02-15