Liste des Groupes | Revenir à theory |
On 3/10/2025 3:59 AM, Mikko wrote:That is not written on https://github.com/plolcott/x86utm/blob/master/Halt7.cOn 2025-03-09 13:16:20 +0000, olcott said:>>typedef void (*ptr)();When we assume that HHH emulates N steps of DD thenHHH 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.
Perhaps you are not a competent programmer.Millions of people use or have used devices that contain programs I have
Les messages affichés proviennent d'usenet.