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)

