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 check that "references can only be overridden by labels" was added because RGBASM essentially considers references to be labels without a value.
This is indeed inconsistent with RGBLINK's behavior, so which should be considered right? I'd say RGBLINK, but then this means there might be more or less obscure behavior with refs that this would change. On the other hand, RGBLINK cannot adopt's RGBASM's behavior anyways because it has no symbol type information, and I don't think it would make sense to add any, right?
The text was updated successfully, but these errors were encountered:
I think the path to take is pretty clear. Treat refs as labels, allow them to be overridden by any type of symbols, and harden RGBLINK. RGBLINK needs to be hardened anyways...
The check that "references can only be overridden by labels" was added because RGBASM essentially considers references to be labels without a value.
This is indeed inconsistent with RGBLINK's behavior, so which should be considered right? I'd say RGBLINK, but then this means there might be more or less obscure behavior with refs that this would change. On the other hand, RGBLINK cannot adopt's RGBASM's behavior anyways because it has no symbol type information, and I don't think it would make sense to add any, right?
The text was updated successfully, but these errors were encountered: