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

Can we please put a space after the comma? #267

Open
cbmeeks opened this issue Apr 6, 2023 · 0 comments
Open

Can we please put a space after the comma? #267

cbmeeks opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cbmeeks
Copy link

cbmeeks commented Apr 6, 2023

I don't know if this is an extension issue or perhaps a VASM issue, but I much prefer to put a space after commas.

Instead of this:

lea    $dff000,a5				; set the hardware registers base address to a5

I prefer this:

lea    $dff000, a5				; set the hardware registers base address to a5

I know that is a very subtle difference but I'm kinda OCD on this. Especially since my C64 programming environment (KickAssembler) allows this.

Thanks!

@prb28 prb28 self-assigned this Apr 8, 2023
@prb28 prb28 added the enhancement New feature or request label Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants