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
I was expecting #$34 and #$12. I also tried to put ptr := ^adr, but that gives error during parsing. In the end, problem was solved by changing type from address to integer, but that is not ideal, as some operations require address (e.g. CopyFullScreen does not work with integer type).
The text was updated successfully, but these errors were encountered:
Trying to compile this code for C64:
I get this as output:
I was expecting #$34 and #$12. I also tried to put ptr := ^adr, but that gives error during parsing. In the end, problem was solved by changing type from address to integer, but that is not ideal, as some operations require address (e.g. CopyFullScreen does not work with integer type).
The text was updated successfully, but these errors were encountered: