Liste des Groupes | Revenir à theory |
On 3/10/2025 3:59 AM, Mikko wrote:But only if HHH actually does the complete emulation.On 2025-03-09 13:16:20 +0000, olcott said:>>typedef void (*ptr)();When we assume that HHH emulates N steps of DD then>
HHH does not present that assumption, which is therefore irrelevant
to the fact that https://github.com/plolcott/x86utm/blob/master/Halt7.c
does not prove anything.
>
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
DD correctly emulated by HHH cannot possibly reach
its own "retrun" instruction and terminate normally
because DD calls HHH(DD) in recursive emulation.
If HHH can see the same pattern that every competentBut only by lying to itself about what it is itself.
programmer sees then HHH does not need to emulate DD
more than twice to know that HHH cannot possibly reach
its own final state and terminate normally.
Perhaps you are not a competent programmer.The problem is you are not an honest logitian, as you think you are make argiuments with lying premises.
Les messages affichés proviennent d'usenet.