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

Unsupported char in generate header #41

Open
laoo opened this issue Jul 12, 2024 · 1 comment
Open

Unsupported char in generate header #41

laoo opened this issue Jul 12, 2024 · 1 comment

Comments

@laoo
Copy link

laoo commented Jul 12, 2024

code:

	org $2000
main	nop
@	nop

assembled as:

mads.exe test.asm -hc

generates a file

#define _TEST_ASM_H_

#define TEST_MAIN 0x2000
#define TEST_0@ 0x2001

#endif

TEST_0@ has unsupported character.

Suggestion: do not include anonymous labels into generated header file at all.

@tebe6502
Copy link
Owner

tebe6502 commented Aug 1, 2024

fixed #42

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

2 participants