Liste des Groupes | Revenir à c theory |
On 5/31/2024 4:36 PM, Richard Damon wrote: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.On 5/31/24 10:10 AM, olcott wrote:That has always been the dishonest dodge strawman deceptionOn 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.
>
CHANGE-THE-SUBJECT fake rebuttal regarding
the behavior of DD correctly simulated by pure function HH.
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 }
Les messages affichés proviennent d'usenet.