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

known problems in version 10.3 #134

Closed
8 tasks done
irmen opened this issue Apr 22, 2024 · 0 comments
Closed
8 tasks done

known problems in version 10.3 #134

irmen opened this issue Apr 22, 2024 · 0 comments

Comments

@irmen
Copy link
Owner

irmen commented Apr 22, 2024

Since release 10.3 the following problems have been identified.
They will likely get a fix or improvement in some form for the next release.
Items marked with a check have been fixed already in the meantime.

  • declaring non-word array variables as @split should give a normal compiler error instead of a crash.
  • cx16.mouse_pos() should return unsigned words
  • mention for the commander X16 that the 65816 cpu is not supported (even though there is a cx16.cpu_is_65816() routine)
  • repeat 3333 -> no need to do a beq / iny check if we're dealing with constant iterations
  • repeat string.length(message) { txt.chrout(@(message)) message += 1 sys.wait(3) } -> invalid beq after jsr string.length call

additionally, here are some ideas for new future features:

@irmen irmen changed the title known problems known problems in version 10.3 May 17, 2024
@irmen irmen closed this as completed May 29, 2024
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

1 participant