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

map comma ',' #8

Open
PeterLemon opened this issue Sep 15, 2016 · 2 comments
Open

map comma ',' #8

PeterLemon opened this issue Sep 15, 2016 · 2 comments
Assignees

Comments

@PeterLemon
Copy link
Collaborator

test.asm file for this is:
output "test.bin", create
map ',', $43
db "Hello, World"

bass gives this error atm:
error: malformed expression: '
test.asm:2:1: map ',', $43
bass: assembly failed

Would be useful to be able to map a comma character for font tables in bass.

@ARM9 ARM9 self-assigned this Sep 15, 2016
@queueRAM
Copy link

As might be expected, mapping the following characters is also problematic: ' " , ;

Vaguely related, strings containing two forward slashes "//" error because bass sees this as a comment. Let me know if I should create a separate issue to track this. test.asm for this:

output "test.bin", create
db "no//comment"

bass gives this error:

error: malformed expression: "no
test.asm:2:1: db "no
bass: assembly failed

@hansbonini
Copy link

hansbonini commented Oct 13, 2020

An issue for this:

map $2C, $43 // ","

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

4 participants