We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
before:
function xxx { lda #ptr rtl ptr dc.l 0 }
after:
function xxx { pragma private LDA #ptr RTL dc.l $00 }