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

Support for delays > 256 #19

Open
BigEvilCorporation opened this issue Oct 6, 2017 · 1 comment
Open

Support for delays > 256 #19

BigEvilCorporation opened this issue Oct 6, 2017 · 1 comment

Comments

@BigEvilCorporation
Copy link

Even if it just internally splits into multiple delays 68k-side, it's one less API gotcha

@sikthehedgehog
Copy link
Owner

For the record, that's an issue with esf.68k (which outputs events directly), every other tool does split them.

I was gonna add a loop, then remembered I can't modify macro arguments. I may have to use a rept with an expression instead, although that'd break compatibility with asmx (which doesn't support it and I haven't implemented it either) :/ Alternative is to create a waste variable to use as counter (but that means making assumptions about the surrounding labels, since it can break scope for local labels). Gotta see.

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

2 participants