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

Feature request: proc vars able to allocate struct arrays #25

Open
markjfisher opened this issue Jul 15, 2023 · 0 comments
Open

Feature request: proc vars able to allocate struct arrays #25

markjfisher opened this issue Jul 15, 2023 · 0 comments

Comments

@markjfisher
Copy link

Currently I can do:

.proc foo
    ; blah
    rts

myArray dta SomeStruct [10]
    .endp

would it be possible to also support this as a proc var?

.proc foo
    .var myArray SomeStruct [7]

    ; blah
    rts
    .endp

would be nice to have all vars of a proc defined at the top rather than splitting them.

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