8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, I have 2 scopes where I want to export a symbol with the same name:
.scope test1 .export show show: lda #$40 sta $0400 rts .endscope .scope test2 .export show show: lda #$40 sta $0401 rts .endscope
However I get a duplicate external identifier error.