Liste des Groupes | Revenir à theory |
On 3/25/2025 4:29 PM, joes wrote:No, YOUR question is incorrect as regards a Halt Decider, as it is just a strawman.Am Tue, 25 Mar 2025 08:01:14 -0500 schrieb olcott:On 3/25/2025 3:47 AM, joes wrote:>A pure simulator can not limit the number of steps. Also III doesn'tThe fact that the same states in the program-under-test keep repeating
halt in, say, 3 steps. Why should III call a different instance that
doesn't abort, when it is being simulated?
>
such that the program-under-test cannot possibly reach its own final
halt state proves that program-under-test does not halt.They don't repeat, though, not in the same stack frame. And the testYour question was incorrect.
program is part of the program under test. Can you answer my question?
>
_III()I guess you are admitting you don't understand what a correct emulation is, especially per the defintion of the x86 langugage.
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push III
[0000217a] e853f4ffff call 000015d2 ; call EEE(III)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
The first four instructions of the finite string
of machine code at machine address 00002172 are
repeated until EEE reaches its finite limit.
Les messages affichés proviennent d'usenet.