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

Inconsistency in EOLs in generated files #42

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

Inconsistency in EOLs in generated files #42

jhusak opened this issue Jul 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jhusak
Copy link
Collaborator

jhusak commented Jul 12, 2024

Example test.asm:

        org $2000
main    nop
@       nop

assemble mads test.asm -hc

The result is:

#ifndef _TEST_ASM_H_
#define _TEST_ASM_H_^M

#define TEST_MAIN 0x2000
#define TEST_0@ 0x2001
^M
#endif

where ^M is 0xD additional ascii code (some are 0xa and some 0xd0xa)

@jhusak jhusak added invalid This doesn't seem right bug Something isn't working and removed invalid This doesn't seem right labels Jul 12, 2024
@laoo
Copy link

laoo commented Jul 13, 2024

@jhusak It seems to be a duplicate of #41
Please try newest version from sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants