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

weird problem even if rem'd #39

Closed
theenemy-thd opened this issue Apr 18, 2021 · 5 comments
Closed

weird problem even if rem'd #39

theenemy-thd opened this issue Apr 18, 2021 · 5 comments

Comments

@theenemy-thd
Copy link

theenemy-thd commented Apr 18, 2021

I have a problem when adjusting text via the "*=$" command, it seems to then cause an issue here with the !binary command as it throws up an error and doesn't compile properly.

this is even if rem'd out.
delete after first rem'd out !text code and all ok... very strange

version 6.7 by the way

*edit = i can send files if needed

oh and thanks
Alex
c64studiov67 issue

@GeorgRottensteiner
Copy link
Owner

Ah, nice catch :)

That's my dumb assembler type autodetect failing: It sees "ORG " in the file, and thus believes the assembler is DASM. Will be fixed ASAP!

@GeorgRottensteiner
Copy link
Owner

Fixed with commit 29fd171

@GeorgRottensteiner
Copy link
Owner

Uploaded the fixed version to the usual link: https://www.georg-rottensteiner.de/files/C64StudioRelease.zip

@theenemy-thd
Copy link
Author

theenemy-thd commented Oct 2, 2021

Uploaded the fixed version to the usual link: https://www.georg-rottensteiner.de/files/C64StudioRelease.zip

only just tried this and still having the same problem :(

errors with unused label !text and !binary

Edit: think i have then found an additional bug. see attached pic, left works with below the first set of !text remd out, the right shows if then under with *=$xxxx and then !text the error comes back.

bug

@GeorgRottensteiner
Copy link
Owner

Ah, my assembler type "detection" is not very smart. It found "org" inside the string literal and deemed it a DASM or PDS pseudo opcode.
Fixed with commit #c356eca7

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