Re: 195 page execution trace of DDD correctly simulated by HH0

Liste des GroupesRevenir à theory 
Sujet : Re: 195 page execution trace of DDD correctly simulated by HH0
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic
Date : 27. Jun 2024, 18:21:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5k72o$2qsdr$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla Thunderbird
On 6/27/2024 4:38 AM, Fred. Zwarts wrote:
Op 26.jun.2024 om 15:07 schreef olcott:
On 6/26/2024 3:01 AM, Fred. Zwarts wrote:
Op 25.jun.2024 om 21:30 schreef olcott:
On 6/25/2024 2:17 PM, Fred. Zwarts wrote:
>
It might be true, but it is irrelevant, because the simulated H0 is aborted prematurely. The simulating H0 aborts after two cycles,
>
*I am not even talking about a simulating halt decider yet dumbo*
>
Neither am I. Why do you mention a simulating halt decider? (Who is the dumbo?)
>
If you can't begin to comprehend x86 emulators then our conversation
is dead right here.
>
Fortunately, I am very well able to do so.
But it seems that you have to learn a few basic facts about simulation.
>
>
For every x86 emulator Ho that can possibly exist
at machine address 0000217a...
>
_DDD()
[00002172] 55               push ebp      ; housekeeping
[00002173] 8bec             mov ebp,esp   ; housekeeping
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call H0(DDD)
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
>
The call from DDD to H0(DDD) when DDD is correctly emulated
by H0 cannot possibly return.
>
So, you repeat your claim without showing any error in my reasoning.
Therefore, I repeat again:
>
It might be true hat H0 cannot return,
>
As soon as you say that you are certain that it is true
we can move on to its relevance. That it is true is as
simple as arithmetic. Why it is relevant is much more
difficult.
>
 I cannot be certain, because you keep changing your definitions and there are no clear specifications for H0.
You have to fix your own ignorance of the C programming
language and the x86 programming language.
typedef void (*ptr)();
int H0(ptr P);
void DDD()
{
   H0(DDD);
}
int main()
{
   H0(DDD);
}
_DDD()
[00002172] 55               push ebp      ; housekeeping
[00002173] 8bec             mov ebp,esp   ; housekeeping
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call H0(DDD)
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
The call from DDD to H0(DDD) when DDD is correctly emulated
by x86 emulator H0 cannot possibly return.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
23 Jun 24 * Re: 195 page execution trace of DDD correctly simulated by HH0147Mikko
23 Jun 24 `* Re: 195 page execution trace of DDD correctly simulated by HH0146olcott
24 Jun 24  `* Re: 195 page execution trace of DDD correctly simulated by HH0145Mikko
24 Jun 24   `* Re: 195 page execution trace of DDD correctly simulated by HH0144olcott
24 Jun 24    +* Re: 195 page execution trace of DDD correctly simulated by HH0142joes
24 Jun 24    i`* Re: 195 page execution trace of DDD correctly simulated by HH0141olcott
25 Jun 24    i +- Re: 195 page execution trace of DDD correctly simulated by HH01Richard Damon
25 Jun 24    i +* Re: 195 page execution trace of DDD correctly simulated by HH0137Fred. Zwarts
25 Jun 24    i i`* Re: 195 page execution trace of DDD correctly simulated by HH0136olcott
25 Jun 24    i i +* Re: 195 page execution trace of DDD correctly simulated by HH0132Fred. Zwarts
25 Jun 24    i i i`* Re: 195 page execution trace of DDD correctly simulated by HH0131olcott
25 Jun 24    i i i +* Re: 195 page execution trace of DDD correctly simulated by HH0110Fred. Zwarts
25 Jun 24    i i i i`* Re: 195 page execution trace of DDD correctly simulated by HH0109olcott
25 Jun 24    i i i i `* Re: 195 page execution trace of DDD correctly simulated by HH0108Fred. Zwarts
25 Jun 24    i i i i  `* Re: 195 page execution trace of DDD correctly simulated by HH0107olcott
25 Jun 24    i i i i   `* Re: 195 page execution trace of DDD correctly simulated by HH0106Fred. Zwarts
25 Jun 24    i i i i    `* Re: 195 page execution trace of DDD correctly simulated by HH0105olcott
26 Jun 24    i i i i     `* Re: 195 page execution trace of DDD correctly simulated by HH0104Fred. Zwarts
26 Jun 24    i i i i      +* Re: 195 page execution trace of DDD correctly simulated by HH014olcott
27 Jun 24    i i i i      i`* Re: 195 page execution trace of DDD correctly simulated by HH013Fred. Zwarts
27 Jun 24    i i i i      i `* Re: 195 page execution trace of DDD correctly simulated by HH012olcott
28 Jun 24    i i i i      i  `* Re: 195 page execution trace of DDD correctly simulated by HH011Fred. Zwarts
28 Jun 24    i i i i      i   `* Re: 197 page execution trace of DDD correctly simulated by HHH10olcott
28 Jun 24    i i i i      i    `* Re: 197 page execution trace of DDD correctly simulated by HHH9Fred. Zwarts
28 Jun 24    i i i i      i     `* Re: 197 page execution trace of DDD correctly simulated by HHH8olcott
28 Jun 24    i i i i      i      +- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
28 Jun 24    i i i i      i      `* Re: 197 page execution trace of DDD incorrectly simulated by HHH6joes
28 Jun 24    i i i i      i       `* Re: 197 page execution trace of DDD incorrectly simulated by HHH5olcott
28 Jun 24    i i i i      i        `* Re: 197 page execution trace of DDD incorrectly simulated by HHH4joes
28 Jun 24    i i i i      i         `* Re: 197 page execution trace of DDD incorrectly simulated by HHH3olcott
28 Jun 24    i i i i      i          `* Re: 197 page execution trace of DDD incorrectly simulated by HHH2Alan Mackenzie
28 Jun 24    i i i i      i           `- Re: 197 page execution trace of DDD incorrectly simulated by HHH1olcott
26 Jun 24    i i i i      `* Re: 195 page execution trace of DDD correctly simulated by HH089olcott
27 Jun 24    i i i i       `* Re: 195 page execution trace of DDD correctly simulated by HH088Fred. Zwarts
27 Jun 24    i i i i        `* Re: 195 page execution trace of DDD correctly simulated by HH087olcott
28 Jun 24    i i i i         +* Re: 195 page execution trace of DDD correctly simulated by HH016Fred. Zwarts
28 Jun 24    i i i i         i`* Re: 197 page execution trace of DDD correctly simulated by HHH15olcott
28 Jun 24    i i i i         i `* Re: 197 page execution trace of DDD correctly simulated by HHH14Fred. Zwarts
28 Jun 24    i i i i         i  `* Re: 197 page execution trace of DDD correctly simulated by HHH13olcott
28 Jun 24    i i i i         i   `* Re: 197 page execution trace of DDD correctly simulated by HHH12Fred. Zwarts
28 Jun 24    i i i i         i    `* Re: 197 page execution trace of DDD correctly simulated by HHH11olcott
28 Jun 24    i i i i         i     `* Re: 197 page execution trace of DDD correctly simulated by HHH10Fred. Zwarts
28 Jun 24    i i i i         i      `* Re: 197 page execution trace of DDD correctly simulated by HHH9olcott
28 Jun 24    i i i i         i       `* Re: 197 page execution trace of DDD correctly simulated by HHH8Fred. Zwarts
28 Jun 24    i i i i         i        `* Re: 197 page execution trace of DDD correctly simulated by HHH7olcott
28 Jun 24    i i i i         i         `* Re: 197 page execution trace of DDD correctly simulated by HHH6Fred. Zwarts
28 Jun 24    i i i i         i          `* Re: 197 page execution trace of DDD correctly simulated by HHH5olcott
29 Jun 24    i i i i         i           `* Re: 197 page execution trace of DDD correctly simulated by HHH4Fred. Zwarts
30 Jun 24    i i i i         i            `* Re: 197 page execution trace of DDD correctly simulated by HHH3olcott
30 Jun 24    i i i i         i             +- Re: simulation trace of DDD1joes
30 Jun 24    i i i i         i             `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
28 Jun 24    i i i i         `* Re: 195 page execution trace of DDD correctly simulated by HH070joes
28 Jun 24    i i i i          `* Re: 197 page execution trace of DDD correctly simulated by HHH69olcott
28 Jun 24    i i i i           `* Re: 197 page execution trace of DDD correctly simulated by HHH68joes
28 Jun 24    i i i i            `* Re: 197 page execution trace of DDD correctly simulated by HHH67olcott
28 Jun 24    i i i i             `* Re: 197 page execution trace of DDD correctly simulated by HHH66joes
28 Jun 24    i i i i              `* Re: 197 page execution trace of DDD correctly simulated by HHH65olcott
28 Jun 24    i i i i               `* Re: 197 page execution trace of DDD correctly simulated by HHH64joes
28 Jun 24    i i i i                `* Re: 197 page execution trace of DDD correctly simulated by HHH63olcott
29 Jun 24    i i i i                 `* Re: 197 page execution trace of DDD correctly simulated by HHH62joes
29 Jun 24    i i i i                  `* Re: 197 page execution trace of DDD correctly simulated by HHH61olcott
29 Jun 24    i i i i                   +- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   +* Re: 197 page execution trace of DDD correctly simulated by HHH20joes
30 Jun 24    i i i i                   i`* Re: 197 page execution trace of DDD correctly simulated by HHH19olcott
30 Jun 24    i i i i                   i +- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   i +- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
1 Jul 24    i i i i                   i `* Re: 197 page execution trace of DDD correctly simulated by HHH16Fred. Zwarts
1 Jul 24    i i i i                   i  `* Re: 197 page execution trace of DDD correctly simulated by HHH15olcott
1 Jul 24    i i i i                   i   +* Re: 197 page execution trace of DDD correctly simulated by HHH10Fred. Zwarts
1 Jul 24    i i i i                   i   i`* Re: 197 page execution trace of DDD correctly simulated by HHH9olcott
1 Jul 24    i i i i                   i   i +* Re: 197 page execution trace of DDD correctly simulated by HHH5joes
1 Jul 24    i i i i                   i   i i`* Re: 197 page execution trace of DDD correctly simulated by HHH4olcott
1 Jul 24    i i i i                   i   i i `* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                   i   i i  `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i   i i   `- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
1 Jul 24    i i i i                   i   i `* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                   i   i  `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i   i   `- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
1 Jul 24    i i i i                   i   +- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
2 Jul 24    i i i i                   i   `* Re: 197 page execution trace of DDD correctly simulated by HHH3Richard Damon
2 Jul 24    i i i i                   i    `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i     `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   `* Re: 197 page execution trace of DDD correctly simulated by HHH39Fred. Zwarts
30 Jun 24    i i i i                    `* Re: 197 page execution trace of DDD correctly simulated by HHH38olcott
1 Jul 24    i i i i                     `* Re: 197 page execution trace of DDD correctly simulated by HHH37Fred. Zwarts
1 Jul 24    i i i i                      `* Re: 197 page execution trace of DDD correctly simulated by HHH36olcott
1 Jul 24    i i i i                       +* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                       i`* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                       i `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
2 Jul 24    i i i i                       `* Re: 197 page execution trace of DDD correctly simulated by HHH32Richard Damon
2 Jul 24    i i i i                        `* Re: 197 page execution trace of DDD correctly simulated by HHH31olcott
2 Jul 24    i i i i                         +* Re: 197 page execution trace of DDD correctly simulated by HHH29Richard Damon
2 Jul 24    i i i i                         i`* Re: 197 page execution trace of DDD correctly simulated by HHH28olcott
2 Jul 24    i i i i                         i +* Re: 197 page execution trace of DDD correctly simulated by HHH26Richard Damon
2 Jul 24    i i i i                         i i`* Re: 197 page execution trace of DDD correctly simulated by HHH25olcott
2 Jul 24    i i i i                         i i +* Re: 197 page execution trace of DDD correctly simulated by HHH23Richard Damon
2 Jul 24    i i i i                         i i i`* Re: 197 page execution trace of DDD correctly simulated by HHH22olcott
2 Jul 24    i i i i                         i i i `* Re: 197 page execution trace of DDD correctly simulated by HHH21Richard Damon
2 Jul 24    i i i i                         i i i  `* Re: 197 page execution trace of DDD correctly simulated by HHH20olcott
2 Jul 24    i i i i                         i i i   `* Re: 197 page execution trace of DDD correctly simulated by HHH19Richard Damon
2 Jul 24    i i i i                         i i i    `* Re: 197 page execution trace of DDD correctly simulated by HHH18olcott
2 Jul 24    i i i i                         i i `- Re: 197 page execution trace of DDD correctly simulated by HHH1Mikko
2 Jul 24    i i i i                         i `- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
2 Jul 24    i i i i                         `- Re: 197 page execution trace of DDD correctly simulated by HHH1Mikko
26 Jun 24    i i i `* Re: 195 page execution trace of DDD correctly simulated by HH020Mikko
26 Jun 24    i i `* Re: 195 page execution trace of DDD correctly simulated by HH03Richard Damon
25 Jun 24    i `* Re: 195 page execution trace of DDD correctly simulated by HH02joes
25 Jun 24    `- Re: 195 page execution trace of DDD correctly simulated by HH01Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal