Is it possible for the CPU in my Atom to figure out if the CPU is in an infinite loop?
Is there something I can do to test this?
For the infinite loop I mean?
I can easily test for $100 JMP $100 or in BASIC “10 GOTO 10”, or an equivalent, but how about a harder loop condition?