8000 Duplicate external identifier when exporting from inside scopes · Issue #2116 · cc65/cc65 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Duplicate external identifier when exporting from inside scopes #2116
Open
@mase76

Description

@mase76

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0