Re: DDD correctly emulated by H0 --- Why Lie?

Liste des GroupesRevenir à c theory 
Sujet : Re: DDD correctly emulated by H0 --- Why Lie?
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 27. Jun 2024, 00:47:57
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v5i9bd$17ej0$1@i2pn2.org>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 6/26/24 9:48 AM, olcott wrote:
On 6/26/2024 6:02 AM, Richard Damon wrote:
On 6/23/24 9:40 AM, olcott wrote:
_DDD()
[00002172] 55               push ebp
[00002173] 8bec             mov ebp,esp
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call HHH0
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
>
According to the semantics of the x86 programming language
when DDD correctly emulated by H0 calls H0(DDD) this call
cannot possibly return.
>
According to the semantics of the x86 programming language, a "Correct emulation" of DDD must continue untul we reach the ret at 00002183, a fault occurs, or we hit a Halt instruction, as part of the behavior of every instruction is that the next instruction WILL be run.
>
Yes
 
Thus, the only HHH0 that can exist can not "abort" its simulation, and thus does not answer for this input.
>
 No
Since you agreed that the specification includes the full continued execution trace, if it aborts, it does NOT do a correct emulation of the input, and for this input, if it calim non-halting, it is wrrong ,as then DDD specifies halting behavior by the actually correct emulation of it, the DOES continue until it sees H0 abort its emulation and return.

 void Infinite_Recursion()
{
   Infinite_Recursion();
}
 void DDD()
{
   H0(DDD);
}
 int main()
{
   H0(Infinite_Recursion);
   H0(DDD);
}
 Literally in the exact same way that H0 detects that
Infinite_Recursion correctly emulated by H0 will never halt
H0 detects that DDD correctly emulated by H0 will never halt.
 
Except that it doesn't work, as has been proven in the past.
ANY pattern that the decider uses to try to show the "pathological" pattern would never end, is incorrect, as detecting that pattern, and returning, makes it end on the next cycle.
So, you are just a liar again.

Date Sujet#  Auteur
23 Jun 24 * DDD correctly emulated by H0 --- Why Lie?106olcott
23 Jun 24 +- Re: DDD correctly emulated by H0 --- Why Lie? (typo corrected)1olcott
23 Jun 24 +* Re: DDD correctly emulated by H0 --- Why Lie?101Richard Damon
23 Jun 24 i`* Re: DDD correctly emulated by H0 --- Why Lie?100olcott
23 Jun 24 i `* Re: DDD correctly emulated by H0 --- Why Lie?99Richard Damon
24 Jun 24 i  `* Re: DDD correctly emulated by H0 --- Why Lie?98olcott
24 Jun 24 i   `* Re: DDD correctly emulated by H0 --- Why Lie?97Richard Damon
24 Jun 24 i    `* Re: DDD correctly emulated by H0 --- Why Lie?96olcott
24 Jun 24 i     `* Re: DDD correctly emulated by H0 --- Why Lie?95Richard Damon
24 Jun 24 i      `* Re: DDD correctly emulated by H0 --- Why Lie?94olcott
24 Jun 24 i       `* Re: DDD correctly emulated by H0 --- Why Lie?93Richard Damon
24 Jun 24 i        `* Re: DDD correctly emulated by H0 --- Why Lie?92olcott
24 Jun 24 i         `* Re: DDD correctly emulated by H0 --- Why Lie?91Richard Damon
24 Jun 24 i          `* Re: DDD correctly emulated by H0 --- Why Lie?90olcott
24 Jun 24 i           `* Re: DDD correctly emulated by H0 --- Why Lie?89Richard Damon
24 Jun 24 i            `* Re: DDD correctly emulated by H0 --- Why Lie?88olcott
24 Jun 24 i             +* Re: DDD correctly emulated by H0 --- Why Lie?80Richard Damon
24 Jun 24 i             i`* Re: DDD correctly emulated by H0 --- Why Lie?79olcott
24 Jun 24 i             i +* Re: DDD correctly emulated by H0 --- Why Lie?77Richard Damon
24 Jun 24 i             i i`* Re: DDD correctly emulated by H0 --- Why Lie?76olcott
24 Jun 24 i             i i `* Re: DDD correctly emulated by H0 --- Why Lie?75Richard Damon
24 Jun 24 i             i i  `* Re: DDD correctly emulated by H0 --- Why Lie?74olcott
24 Jun 24 i             i i   `* Re: DDD correctly emulated by H0 --- Why Lie?73Richard Damon
24 Jun 24 i             i i    `* Re: DDD correctly emulated by H0 --- Why Lie?72olcott
24 Jun 24 i             i i     +* Re: DDD correctly emulated by H0 --- Why Lie?70olcott
24 Jun 24 i             i i     i`* Re: DDD correctly emulated by H0 --- Why Lie?69Richard Damon
24 Jun 24 i             i i     i `* Re: DDD correctly emulated by H0 --- Why Lie?68olcott
24 Jun 24 i             i i     i  `* Re: DDD correctly emulated by H0 --- Why Lie?67Richard Damon
24 Jun 24 i             i i     i   +* Re: DDD correctly emulated by H0 --- Why Lie?4olcott
25 Jun 24 i             i i     i   i`* Re: DDD correctly emulated by H0 --- Why Lie?3Richard Damon
25 Jun 24 i             i i     i   i `* Re: DDD correctly emulated by H0 --- Why Lie?2olcott
25 Jun 24 i             i i     i   i  `- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
24 Jun 24 i             i i     i   `* Re: DDD correctly emulated by H0 --- Why Lie?62olcott
25 Jun 24 i             i i     i    `* Re: DDD correctly emulated by H0 --- Why Lie?61Richard Damon
25 Jun 24 i             i i     i     `* Re: DDD correctly emulated by H0 --- Why Lie?60olcott
25 Jun 24 i             i i     i      `* Re: DDD correctly emulated by H0 --- Why Lie?59Richard Damon
25 Jun 24 i             i i     i       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure58olcott
25 Jun 24 i             i i     i        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure57Richard Damon
25 Jun 24 i             i i     i         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure56olcott
25 Jun 24 i             i i     i          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure55Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure4olcott
25 Jun 24 i             i i     i           i`* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure3Richard Damon
25 Jun 24 i             i i     i           i `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i           i  `- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure (typo)2olcott
25 Jun 24 i             i i     i           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure (typo)1Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure46olcott
25 Jun 24 i             i i     i            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure45Richard Damon
25 Jun 24 i             i i     i             +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i             i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure42olcott
25 Jun 24 i             i i     i              `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure41Richard Damon
25 Jun 24 i             i i     i               `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure40olcott
25 Jun 24 i             i i     i                `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure39Richard Damon
25 Jun 24 i             i i     i                 +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i                 i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i                 `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure36olcott
25 Jun 24 i             i i     i                  `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure35Richard Damon
25 Jun 24 i             i i     i                   `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure34olcott
26 Jun 24 i             i i     i                    `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure33Richard Damon
26 Jun 24 i             i i     i                     `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure32olcott
26 Jun 24 i             i i     i                      `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure31Richard Damon
26 Jun 24 i             i i     i                       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure30olcott
26 Jun 24 i             i i     i                        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure29Richard Damon
26 Jun 24 i             i i     i                         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure28olcott
26 Jun 24 i             i i     i                          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure27Richard Damon
26 Jun 24 i             i i     i                           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure26olcott
26 Jun 24 i             i i     i                            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure25Richard Damon
26 Jun 24 i             i i     i                             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure24olcott
27 Jun 24 i             i i     i                              `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure23Richard Damon
27 Jun 24 i             i i     i                               `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure22olcott
27 Jun 24 i             i i     i                                `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure21Richard Damon
27 Jun 24 i             i i     i                                 +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
27 Jun 24 i             i i     i                                 i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
27 Jun 24 i             i i     i                                 `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure18olcott
27 Jun 24 i             i i     i                                  `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure17Richard Damon
27 Jun 24 i             i i     i                                   `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure16olcott
27 Jun 24 i             i i     i                                    `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure15Richard Damon
27 Jun 24 i             i i     i                                     `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure14olcott
27 Jun 24 i             i i     i                                      `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure13Richard Damon
27 Jun 24 i             i i     i                                       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure12olcott
27 Jun 24 i             i i     i                                        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure11Richard Damon
27 Jun 24 i             i i     i                                         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure10olcott
27 Jun 24 i             i i     i                                          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure9Richard Damon
27 Jun 24 i             i i     i                                           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
28 Jun 24 i             i i     i                                           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
28 Jun 24 i             i i     i                                           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure6olcott
28 Jun 24 i             i i     i                                            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure5Richard Damon
28 Jun 24 i             i i     i                                             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure4olcott
28 Jun 24 i             i i     i                                              +* Re: Why Lie? -- Repeat until Closure2joes
28 Jun 24 i             i i     i                                              i`- Re: Why Lie? -- Repeat until Closure1olcott
29 Jun 24 i             i i     i                                              `- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
24 Jun 24 i             i i     `- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
25 Jun 24 i             i `- Re: DDD correctly emulated by H0 --- Why Lie?1joes
24 Jun 24 i             `* Re: DDD correctly emulated by H0 --- Why Lie?7olcott
24 Jun 24 i              `* Re: DDD correctly emulated by H0 --- Why Lie?6Richard Damon
24 Jun 24 i               `* Re: DDD correctly emulated by H0 --- Why Lie?5olcott
24 Jun 24 i                +- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
24 Jun 24 i                `* Re: DDD correctly emulated by H0 --- Why Lie?3joes
26 Jun 24 `* Re: DDD correctly emulated by H0 --- Why Lie?3Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal