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
It looks like it is code generator bug and it is related to absolute address (constant) for call. I checked it with far address operator (0x6EA9 :> 0x0034) which create far pointer explicitly with same result. For now it is necessary assign such address to variable, you cannot use directly constant address for call, only for initialization.
The text was updated successfully, but these errors were encountered:
It was reported by @sqpat on Discord server.
Below is sample code which exhibit a issue
and disassembled code
It looks like it is code generator bug and it is related to absolute address (constant) for call. I checked it with far address operator (0x6EA9 :> 0x0034) which create far pointer explicitly with same result. For now it is necessary assign such address to variable, you cannot use directly constant address for call, only for initialization.
The text was updated successfully, but these errors were encountered: