What's New:
Google Translate:
- Improved control over the command step with bypass, stopping correctly if the return address has changed.
For example:
JSR R1,TEXT
.ASCIZ "Message"
.EVEN
NOP
The stop will occur on the NOP command after the .EVEN pseudo-command
- Clarification of documentation
- Minstrel emulation clarification
- Fixing XOR command emulation bug