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
This has been requested before but it is not available yet.
I think I have postponed this feature because a naïve solution would not be intuitive for beginners, and a smart solution would be difficult to implement and could have unexpected side effects.
For instance, when shifting instructions, do you expect emulsiV to automatically recalculate the offsets in branch instructions?
Remember that the "Instructions" column of the memory view is only a representation of the raw binary content.
emulsiV does not actually know which bytes belong to instructions or data, and which bytes represent addresses or offsets.
Currently the memory view in emulsiV can be used for tweaking the memory content.
For users who need to edit the assembly code, the best option today is to use an external editor and assembler.
Is there a way we can shift multiple instructions at once rather than copy+pasting instructions one at a time from one address to another?
The text was updated successfully, but these errors were encountered: