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

x**2 and friends broke for the debugger after 515.1590 #88

Open
ZeWaka opened this issue Jul 12, 2024 · 2 comments · May be fixed by willox/dmasm#7
Open

x**2 and friends broke for the debugger after 515.1590 #88

ZeWaka opened this issue Jul 12, 2024 · 2 comments · May be fixed by willox/dmasm#7

Comments

@ZeWaka
Copy link
Contributor

ZeWaka commented Jul 12, 2024

lummy changed shit about it
see something like var/len = sqrt(src.xo**2 + src.yo**2)
debugger can't debug past it

@checkraisefold
Copy link

new opcode, dmasm needs to be changed

@checkraisefold
Copy link

hi you can build auxtools with this temporary version of dmasm I am working on before I pr it with a more complete list of instructions
i will work on it more later today but I have added the new ** 2 opcode, keep in mind other stuff like %% won't work yet
replace dmasm with the following in all cargo.tomls that use it
dmasm = { git = "https://github.com/checkraisefold/dmasm.git", branch = "515-instructions" }

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

Successfully merging a pull request may close this issue.

2 participants