Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down

Liste des GroupesRevenir à c theory 
Sujet : Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 31. May 2024, 23:46:37
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v3dk0d$2lfup$2@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
User-Agent : Mozilla Thunderbird
On 5/31/24 6:08 PM, olcott wrote:
On 5/31/2024 4:36 PM, Richard Damon wrote:
On 5/31/24 10:10 AM, olcott wrote:
On 5/31/2024 6:16 AM, Richard Damon wrote:
On 5/30/24 11:27 PM, olcott wrote:
Try and show how HH using an x86 emulator can correctly emulate
the following x86 machine code such that DD reaches its own
machine address 00001c47.
>
Why should I, since that isn't what I was saying.
>
>
*To me that looks like you know that*
*you have been busted in a lie and are backing down*
>
no, YOU are LYING RIGHT HERE AND NOW.
>
Prove that I said that the simulation by HH made it there, or admit to being a DAMNED LIAR.
>
What I have been saying is the the DIRECT EXDCUTION of DD, and the CORRECT (and complete) simulation of the input to HH by an actual UTM will get there.
>
 That has always been the dishonest dodge strawman deception
CHANGE-THE-SUBJECT fake rebuttal regarding
the behavior of DD correctly simulated by pure function HH.
But it is your talking about the "correctly simulated by HH" that is the dishonest dodge, as it isn't what the question is about, nor CAN IT BE.
Since, as you have shown, you can get a different answer for different HHs, they can't all be equal to Halts(x, y)
So, you do the typical dishonest trick of projecting your lie onto others to try to divert the attention from your own lies.

 typedef int (*ptr)();  // ptr is pointer to int function in C
00       int HH(ptr p, ptr i);
01       int DD(ptr p)
02       {
03         int Halt_Status = HH(p, p);
04         if (Halt_Status)
05           HERE: goto HERE;
06         return Halt_Status;
07       }
08
09       int main()
10       {
11         HH(DD,DD);
12         return 0;
13       }
 

Date Sujet#  Auteur
26 Apr 25 o 

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal