emustudio / emuStudio

Universal emulation platform and framework.
https://www.emustudio.net/
GNU General Public License v3.0
41 stars 9 forks source link

Rearrange loop, clear stack, revise comments #214

Closed pamoroso closed 2 years ago

pamoroso commented 2 years ago

This patch just tweaks the code a bit to make the flow more clear and fix a potential issue with not properly clearing the stack when exiting the program.

I moved the instructions that update the inner loop control registers closer to the check for termination, cleared PSW left on the stack when jumping to the program exit, and revised the comments.

vbmacher commented 2 years ago

Thanks @pamoroso !

pamoroso commented 2 years ago

You're welcome!