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

Support labels without trailing ':' #5

Open
watmough opened this issue Jan 16, 2017 · 2 comments
Open

Support labels without trailing ':' #5

watmough opened this issue Jan 16, 2017 · 2 comments

Comments

@watmough
Copy link

I have to say that I really enjoy working in 6502js. It's a useful and fun piece of software that's really helped me generate some actual working 6502 code for the first time since being a teen in the 80's.
There's at least one thing that might help to make it even better.
In 6502js, labels require a trailing ':'. This makes it harder than need be when working in both 6502js and other 6502 assemblers such as 8bitworkshop.
I'd be happy to take a look at making this change in the js.

@BigEd
Copy link
Collaborator

BigEd commented Jan 23, 2017

Hi! By all means take a fork and see if you can get this working. It seems to me that the input is a bit more ambiguous and parsing might be less reliable. First thing to check is that it works for all the easy6502 examples.

@AverseABFun
Copy link

Sorry, but that it how basically all assembly I have ever seen functions(also I know this thread is like 7 years old) and it makes sense to keep it the same here.

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

3 participants