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

UNIONS support probably missing #13

Open
sverx opened this issue Jun 16, 2020 · 0 comments
Open

UNIONS support probably missing #13

sverx opened this issue Jun 16, 2020 · 0 comments

Comments

@sverx
Copy link
Contributor

sverx commented Jun 16, 2020

z80editor doesn't like the following, as it seems not to recognize .UNION keyword at all

.struct player
  .union
    pos_x      dw
  .nextu
    frac_pos_x db
    int_pos_x  db
  .endu
.endst

see this for details on how unions work.

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