Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show "expanded from" information in errors when a macro contains an error #43

Open
nurpax opened this issue Jul 9, 2019 · 0 comments
Open

Comments

@nurpax
Copy link
Owner

nurpax commented Jul 9, 2019

	lda #0
	sta $d020

!macro foo(col) {
	lda #col
	sta $d020
}

+foo(3)

If say "lda #col" above has an error, the error is shown for that LDA line. But sometimes the error is due to the expansion call +macroname. So would be nice to show the full expansion path with some diagnostic notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant