Skip to content

loadp2 terminal just kinda dies when there's too much data? #6

@Wuerfel21

Description

@Wuerfel21

Here's a fun one:

_CLKFREQ = 100_000_000

DAT
        asmclk
        waitx ##_CLKFREQ*2

        mov pa,##1000
.loop
        debug("this is pretty mid tbh ",uhex_long(pa))
        djnz pa,#.loop

        debug("ok last one")
        jmp #$

Running this through loadp2's terminal will invariably fail somewhere around pa = $0000_02DC. Is fine if you use another terminal (tested with PST)

image
image

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