You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
The user should be able to do something like Asm(21000000)->VAR to store the value of the hl register after the assembly was executed into an ICE variable.
It would also be useful to be able to add ICE values to the stack prior to running the assembly code by doing something like this: Asm(DDE5DD21000000DD39DD2709DD070C09DDE1, 69, 420)->VAR.
This would allow assembly hex codes to interact with the ICE programs that contain them more easily.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea, I will see if I have time (and motivation) to implement this somehow. Probably need to change a lot (since now Asm( can be used inline), so idk when it's ready.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The user should be able to do something like
Asm(21000000)->VAR
to store the value of the hl register after the assembly was executed into an ICE variable.It would also be useful to be able to add ICE values to the stack prior to running the assembly code by doing something like this:
Asm(DDE5DD21000000DD39DD2709DD070C09DDE1, 69, 420)->VAR
.This would allow assembly hex codes to interact with the ICE programs that contain them more easily.
The text was updated successfully, but these errors were encountered: