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

Assembler: Add support for loop unrolling #3

Open
wtetzner opened this issue Nov 11, 2018 · 0 comments
Open

Assembler: Add support for loop unrolling #3

wtetzner opened this issue Nov 11, 2018 · 0 comments
Labels
assembler Related to the assembler enhancement New feature or request

Comments

@wtetzner
Copy link
Owner

wtetzner commented Nov 11, 2018

Add easy support for loop unrolling.

Something like this:

%repeat 256 as %idx
    ld    table + %idx
    push acc
%end
@wtetzner wtetzner added enhancement New feature or request assembler Related to the assembler labels Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assembler Related to the assembler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant