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

Stack manipulation macro #36

Open
SamWilsn opened this issue Apr 29, 2021 · 0 comments
Open

Stack manipulation macro #36

SamWilsn opened this issue Apr 29, 2021 · 0 comments
Labels
A-assembler Area: assembler C-enhance Category: a request for an improvement E-hard Experience: difficult, probably not for the faint of heart

Comments

@SamWilsn
Copy link
Contributor

A macro, name to be bikeshedded, that inserts swap, dup, and pop to rearrange the stack:

%stack(
    "a b c",
    "b b c a"
)
@SamWilsn SamWilsn added C-enhance Category: a request for an improvement A-assembler Area: assembler labels Apr 29, 2021
@lightclient lightclient added the E-hard Experience: difficult, probably not for the faint of heart label Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-assembler Area: assembler C-enhance Category: a request for an improvement E-hard Experience: difficult, probably not for the faint of heart
Projects
None yet
Development

No branches or pull requests

2 participants