You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line fails to assemble using the latest release of bass v18.
error: mismatched quotes in expression
Video002.asm:6:1: fill $0010'1000
This has worked in the past (Dec 2019).
I'm really trying to narrow this issue down and did the following research.
VALID: origin $0000'0000
VALID: base $8000'0000
Error message mismatched quotes in expression is from bass/core/utility.cpp function Bass::split
The fill keyword uses the split function while the other mentioned keywords do not.
The documentation isn't "conditional" for everything except 'fill' doc/basics.md regarding the use of the single quote character for making numbers easier to read.
It seems like there are a couple of different possible fixes, so I leave that up to you.
Please let me know if you need any further information.
The text was updated successfully, but these errors were encountered:
The following line fails to assemble using the latest release of bass v18.
This has worked in the past (Dec 2019).
I'm really trying to narrow this issue down and did the following research.
mismatched quotes in expression
is from bass/core/utility.cpp functionBass::split
It seems like there are a couple of different possible fixes, so I leave that up to you.
Please let me know if you need any further information.
The text was updated successfully, but these errors were encountered: