Relative Content

Tag Archive for pythonassemblypygamevirtual-machine

If Statement Continuously Running and Never Completing Content Within

I am creating a Virtual Machine (VM) with Python, I am currently working on adding to my Assembly Instructions but more specifically adding IF statements. Currently my CPU gets stuck in a loop and never fully computing the IF statements (infinitely repeating my debug statement of fetching {instruction}), I need help fixing this problem.