v6502/xa-2.3.5/tests/relocundef/test1.a65

9 lines
89 B
Text

// this file defines an undefined label
.text
ldx #1
l1 lda undefl
dex
bne l1
rts