This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
On 8/27/2024 2:15 AM, Mikko wrote:
On 2024-08-27 02:33:14 +0000, olcott said:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
That means that HHH is stuck in a recursive simulation and does
not return. As x86 does not support an infinite memory space the
excution soon crashes in memory overflow.
Because HHH does not return the execution of DDD and consequently
the emulation of such execution is not continued after the call.
Therefore,
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
_DDD()
[00002162] 55 push ebp
[00002163] 8bec mov ebp,esp
[00002165] 6862210000 push 00002162
[0000216a] e853f4ffff call 000015c2
[0000216f] 83c404 add esp,+04
[00002172] 5d pop ebp
[00002173] c3 ret
Size in bytes:(0018) [00002173]
*Limited to 20,000,000 total instructions*
*Limited to 20,000,000 total instructions*
*Limited to 20,000,000 total instructions*
machine stack stack machine assembly
address address data code language
======== ======== ======== ========== ============= [00002182][00103806][00000000] 55 push ebp ; begin main
[00002183][00103806][00000000] 8bec mov ebp,esp [00002185][00103802][00002162] 6862210000 push 00002162 ; push DDD [0000218a][001037fe][0000218f] e833f4ffff call 000015c2 ; call HHH
New slave_stack at:1038aa
Begin Local Halt Decider Simulation Execution Trace Stored at:1138b2 [00002162][001138a2][001138a6] 55 push ebp [00002163][001138a2][001138a6] 8bec mov ebp,esp [00002165][0011389e][00002162] 6862210000 push 00002162 ; push DDD [0000216a][0011389a][0000216f] e853f4ffff call 000015c2 ; call HHH
New slave_stack at:14e2d2
[00002162][0015e2ca][0015e2ce] 55 push ebp [00002163][0015e2ca][0015e2ce] 8bec mov ebp,esp [00002165][0015e2c6][00002162] 6862210000 push 00002162 ; push DDD [0000216a][0015e2c2][0000216f] e853f4ffff call 000015c2 ; call HHH
New slave_stack at:15e372
[00002162][0016e36a][0016e36e] 55 push ebp [00002163][0016e36a][0016e36e] 8bec mov ebp,esp [00002165][0016e366][00002162] 6862210000 push 00002162 ; push DDD [0000216a][0016e362][0000216f] e853f4ffff call 000015c2 ; call HHH
New slave_stack at:16e412
[00002162][0017e40a][0017e40e] 55 push ebp [00002163][0017e40a][0017e40e] 8bec mov ebp,esp [00002165][0017e406][00002162] 6862210000 push 00002162 ; push DDD [0000216a][0017e402][0000216f] e853f4ffff call 000015c2 ; call HHH
Number of Instructions Executed(20000000) == 298507 Pages
On 8/27/2024 2:15 AM, Mikko wrote:
On 2024-08-27 02:33:14 +0000, olcott said:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
That means that HHH is stuck in a recursive simulation and does
not return. As x86 does not support an infinite memory space the
excution soon crashes in memory overflow.
Because HHH does not return the execution of DDD and consequently
the emulation of such execution is not continued after the call.
Therefore,
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
_DDD()
[00002162] 55 push ebp
[00002163] 8bec mov ebp,esp
[00002165] 6862210000 push 00002162
[0000216a] e853f4ffff call 000015c2
[0000216f] 83c404 add esp,+04
[00002172] 5d pop ebp
[00002173] c3 ret
Size in bytes:(0018) [00002173]
*Limited to 20,000,000 total instructions*
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
In the following program
int main() {
return HHH(main);
}
HHH cannot possibly simulate itself up to the end of itself. Still HHH
halts, which proves that there is an end. The only conclusion is, that
the simulation is incomplete and therefore incorrect.
Further it is incorrect to think that the fact that the simulation
halts too soon is an indication for non-halting behaviour. The
analysis of that 'special condition' is the real problem, not the
partial incorrect simulation.
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language. >>>>>
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under
discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used to
describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD is not
needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic
head game.
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:When without DDD it is clear as crystal that HHH cannot possibly
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD. >>>>>>> (b) HHH emulates DDD according to the semantics of the x86 language. >>>>>>>
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually
under discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used to
describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD is
not needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic
head game.
simulate itself correctly:
Damned Liar !!!
I have told you too many times that correct simulation
is simply obeying the semantics of the 86 language for
whatever the x86 input finite string specifies.
If the x86 string tells the computer to catch on fire and
the computer catches on fire then this proves that the
emulation was correct.
int main() {
return HHH(main);
}
(where HHH stops running but claims that it does not stop running)
then it is ridiculously stupid to create an even more complicated
example in which HHH simulates itself (by introducing DDD that does
nothing else than calling HHH) and then claim that the problem is in DDD.
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:When without DDD it is clear as crystal that HHH cannot possibly
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD.
(b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one
actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used to
describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD is
not needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic
head game.
simulate itself correctly:
Damned Liar !!!
I will ignore this, because I know how difficult it is for you to
accept the truth.
I have told you too many times that correct simulation
is simply obeying the semantics of the 86 language for
whatever the x86 input finite string specifies.
You may repeat it many more times, but HHH violated the semantics of
the x86 language by skipping the last few instructions of a halting
program. This finite string, when given for direct execution, shows a
halting behaviour. This is the proof what the semantics of the x86
language means for this finite string: a halting program.
If the x86 string tells the computer to catch on fire and
the computer catches on fire then this proves that the
emulation was correct.
And when the x86 string tells the computer that there is a halting
program and the simulator decides that there is a non-halting program,
this proves that the simulation is incorrect.
Clear as crystal: the semantics of the x86 string is proved by its
direct execution.
This is shown in the example below, where the direct execution of HHH
halts, but HHH decides that it does not halt.
By this same reasoning that fact that you are no longer hungry
AFTER you have eaten proves that you never needed to eat.
The behavior of DDD before HHH aborts its simulation
(before it has eaten) it not the same behavior after
DDD has been aborted (after it has eaten).
On 8/28/2024 11:11 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 17:13 schreef olcott:
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:When without DDD it is clear as crystal that HHH cannot possibly
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping >>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space >>>>>>>>>>> as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get >>>>>>>>>>> past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one >>>>>>>>> actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used >>>>>>>> to describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD >>>>>>>> is not needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic
head game.
simulate itself correctly:
Damned Liar !!!
I will ignore this, because I know how difficult it is for you to
accept the truth.
I have told you too many times that correct simulation
is simply obeying the semantics of the 86 language for
whatever the x86 input finite string specifies.
You may repeat it many more times, but HHH violated the semantics of
the x86 language by skipping the last few instructions of a halting
program. This finite string, when given for direct execution, shows
a halting behaviour. This is the proof what the semantics of the x86
language means for this finite string: a halting program.
If the x86 string tells the computer to catch on fire and
the computer catches on fire then this proves that the
emulation was correct.
And when the x86 string tells the computer that there is a halting
program and the simulator decides that there is a non-halting
program, this proves that the simulation is incorrect.
Clear as crystal: the semantics of the x86 string is proved by its
direct execution.
This is shown in the example below, where the direct execution of
HHH halts, but HHH decides that it does not halt.
By this same reasoning that fact that you are no longer hungry
AFTER you have eaten proves that you never needed to eat.
No, again, you do not understand what It said.
The behavior of DDD before HHH aborts its simulation
(before it has eaten) it not the same behavior after
DDD has been aborted (after it has eaten).
If hungry stands for fear for infinite recursion
hungry stands for will not stop running unless aborted
just like
will remain hungry until eating is always true whenever hungry
On 8/28/2024 11:31 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 18:21 schreef olcott:
On 8/28/2024 11:11 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 17:13 schreef olcott:
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:When without DDD it is clear as crystal that HHH cannot possibly >>>>>>>> simulate itself correctly:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not >>>>>>>>>>>>> reference anything else mentioned in any other posts. >>>>>>>>>>>>>
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping >>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space >>>>>>>>>>>>> as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>> get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the >>>>>>>>>>> informal fallacy of refuting an argument different from the >>>>>>>>>>> one actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used >>>>>>>>>> to describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD >>>>>>>>>> is not needed is a simple truism, a tautology in your terms? >>>>>>>>>>
When 100% of the whole point is for HHH to correctly determine >>>>>>>>> whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic >>>>>>>>> head game.
Damned Liar !!!
I will ignore this, because I know how difficult it is for you to
accept the truth.
I have told you too many times that correct simulation
is simply obeying the semantics of the 86 language for
whatever the x86 input finite string specifies.
You may repeat it many more times, but HHH violated the semantics
of the x86 language by skipping the last few instructions of a
halting program. This finite string, when given for direct
execution, shows a halting behaviour. This is the proof what the
semantics of the x86 language means for this finite string: a
halting program.
If the x86 string tells the computer to catch on fire and
the computer catches on fire then this proves that the
emulation was correct.
And when the x86 string tells the computer that there is a halting >>>>>> program and the simulator decides that there is a non-halting
program, this proves that the simulation is incorrect.
Clear as crystal: the semantics of the x86 string is proved by its >>>>>> direct execution.
This is shown in the example below, where the direct execution of
HHH halts, but HHH decides that it does not halt.
By this same reasoning that fact that you are no longer hungry
AFTER you have eaten proves that you never needed to eat.
No, again, you do not understand what It said.
The behavior of DDD before HHH aborts its simulation
(before it has eaten) it not the same behavior after
DDD has been aborted (after it has eaten).
If hungry stands for fear for infinite recursion
hungry stands for will not stop running unless aborted
just like
will remain hungry until eating is always true whenever hungry
Your HHH will see a 'special condition' after a few recursions, abort
and halt.
Why to do dishonestly try to get away with the strawman
deception and change the subject to HHH?
It is a design requirement that HHH halts if it doesn't
halt it is wrong.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When DDD emulated by HHH according to the semantics of the
x86 language cannot possibly reach its own machine address
of 00002183, then HHH is correct to reject DDD as non-halting
even of HHH does this entirely by wild guess.
On 8/28/2024 11:31 AM, Fred. Zwarts wrote:Like Fred has been saying for a month, what is HHH(HHH,HHH)?
Op 28.aug.2024 om 18:21 schreef olcott:
On 8/28/2024 11:11 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 17:13 schreef olcott:
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
When 100% of the whole point is for HHH to correctly determine >>>>>>>>> whether or not DDD would stop running if not aborted *IT ISOr are trying to distract the attention from the fact that DDD >>>>>>>>>> is not needed is a simple truism, a tautology in your terms? >>>>>>>>>>When we assume that:
(a) HHH is an x86 emulator that is in the same memory space >>>>>>>>>>>>> as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get >>>>>>>>>>>>> past its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
It is very telling to see where these exchanges peter out (haha).When without DDD it is clear as crystal that HHH cannot possibly >>>>>>>> simulate itself correctly:
You may repeat it many more times, but HHH violated the semantics
of the x86 language by skipping the last few instructions of a
halting program. This finite string, when given for direct
execution, shows a halting behaviour. This is the proof what the
semantics of the x86 language means for this finite string: a
halting program.
I do not understand this. There is no „after having been aborted”.And when the x86 string tells the computer that there is a halting >>>>>> program and the simulator decides that there is a non-haltingBy this same reasoning that fact that you are no longer hungry AFTER >>>>> you have eaten proves that you never needed to eat.
program, this proves that the simulation is incorrect.
Clear as crystal: the semantics of the x86 string is proved by its >>>>>> direct execution.
This is shown in the example below, where the direct execution of
HHH halts, but HHH decides that it does not halt.
The behavior of DDD before HHH aborts its simulation (before it has
eaten) it not the same behavior after DDD has been aborted (after it >>>>> has eaten).
Then why does it report itself as nonterminating? (There is nothingWhy to do dishonestly try to get away with the strawman deception andYour HHH will see a 'special condition' after a few recursions, abortIf hungry stands for fear for infinite recursion
hungry stands for will not stop running unless aborted just like will
remain hungry until eating is always true whenever hungry
and halt.
change the subject to HHH?
It is a design requirement that HHH halts if it doesn't halt it is
wrong.
When DDD emulated by HHH according to the semantics of the x86 language cannot possibly reach its own machine address of 00002183, then HHH is correct to reject DDD as non-halting even of HHH does this entirely by--
wild guess.
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:When without DDD it is clear as crystal that HHH cannot possibly
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD.
(b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one
actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used to
describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD is
not needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
Acting ridiculously stupid when on is not stupid at all
cannot be reasonably construed as anything besides a sadistic
head game.
simulate itself correctly:
Damned Liar !!!
I will ignore this, because I know how difficult it is for you to
accept the truth.
I have told you too many times that correct simulation
is simply obeying the semantics of the 86 language for
whatever the x86 input finite string specifies.
You may repeat it many more times, but HHH violated the semantics of
the x86 language by skipping the last few instructions of a halting
program. This finite string, when given for direct execution, shows a
halting behaviour. This is the proof what the semantics of the x86
language means for this finite string: a halting program.
If the x86 string tells the computer to catch on fire and
the computer catches on fire then this proves that the
emulation was correct.
And when the x86 string tells the computer that there is a halting
program and the simulator decides that there is a non-halting program,
this proves that the simulation is incorrect.
Clear as crystal: the semantics of the x86 string is proved by its
direct execution.
This is shown in the example below, where the direct execution of HHH
halts, but HHH decides that it does not halt.
By this same reasoning that fact that you are no longer hungry
AFTER you have eaten proves that you never needed to eat.
The behavior of DDD before HHH aborts its simulation
(before it has eaten) it not the same behavior after
DDD has been aborted (after it has eaten).
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language. >>>>>
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under
discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it
more often than straw man.
Isomorphism is not equivocation
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 language. >>>>>
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under
discussion...
https://en.wikipedia.org/wiki/Straw_man
Apparently you do not even understand the English that is used to
describe the straw man fallacy.
Or are trying to distract the attention from the fact that DDD is not
needed is a simple truism, a tautology in your terms?
When 100% of the whole point is for HHH to correctly determine
whether or not DDD would stop running if not aborted
*IT IS RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*
On 8/29/2024 2:17 AM, Mikko wrote:Which is incorrect, because HHH is not allowed to change the input. The simulating HHH may abort, but it may not ignore the fact that the input
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD. >>>>>>> (b) HHH emulates DDD according to the semantics of the x86 language. >>>>>>>
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually
under discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it
more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
On 8/29/2024 12:22 PM, Fred. Zwarts wrote:
Op 29.aug.2024 om 16:07 schreef olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Which is incorrect, because HHH is not allowed to change the input.
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD.
(b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one
actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it >>>>>> more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead. >>>>
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
The simulating HHH may abort, but it may not ignore the fact that the
input (the simulated HHH) is coded to abort when it sees the 'special
condition'. Otherwise it would decide about a non-input, which is not
allowed.
*I told you this too many times so you must be a liar*
No DDD ever reaches its "return" instruction no matter
what-the-Hell that HHH does,
On 8/29/2024 12:22 PM, Fred. Zwarts wrote:
Op 29.aug.2024 om 16:07 schreef olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Which is incorrect, because HHH is not allowed to change the input.
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD.
(b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one
actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it >>>>>> more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead. >>>>
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
The simulating HHH may abort, but it may not ignore the fact that the
input (the simulated HHH) is coded to abort when it sees the 'special
condition'. Otherwise it would decide about a non-input, which is not
allowed.
*I told you this too many times so you must be a liar*
No DDD ever reaches its "return" instruction no matter
what-the-Hell that HHH does,
thus DDD CANNOT POSSIBLY HALT.
On 8/29/2024 12:50 PM, Fred. Zwarts wrote:
Op 29.aug.2024 om 19:32 schreef olcott:
On 8/29/2024 12:22 PM, Fred. Zwarts wrote:
Op 29.aug.2024 om 16:07 schreef olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Which is incorrect, because HHH is not allowed to change the input.
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping >>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space >>>>>>>>>>> as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get >>>>>>>>>>> past
its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the
informal fallacy of refuting an argument different from the one >>>>>>>>> actually under discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You
use it
more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified >>>>>> memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation >>>>>> later in the discussion. Now, after several later messages, it seems >>>>>> that you want to apply the fallacy of "moving the goal posts"
instead.
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
The simulating HHH may abort, but it may not ignore the fact that
the input (the simulated HHH) is coded to abort when it sees the
'special condition'. Otherwise it would decide about a non-input,
which is not allowed.
*I told you this too many times so you must be a liar*
No DDD ever reaches its "return" instruction no matter
what-the-Hell that HHH does,
Exactly. Do you finally understand that HHH cannot possibly simulate
itself up to the end?
*That seems to be a stupid (ignoramus) thing to say*
DDD forces emulated HHH to remain stuck in recursive
simulation forcing the emulated HHH to never reach
its own final halt state.
Do you have at least a BS degree in CS? Richard does not.
On 8/29/2024 2:17 AM, Mikko wrote:
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD. >>>>>>> (b) HHH emulates DDD according to the semantics of the x86 language. >>>>>>>
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually
under discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it
more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
On 8/29/2024 2:17 AM, Mikko wrote:
On 2024-08-28 12:08:06 +0000, olcott said:
On 8/28/2024 2:39 AM, Mikko wrote:
On 2024-08-27 12:44:31 +0000, olcott said:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not
reference anything else mentioned in any other posts.
void DDD()
{
HHH(DDD);
return;
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as DDD. >>>>>>> (b) HHH emulates DDD according to the semantics of the x86 language. >>>>>>>
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>> its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
A straw man fallacy (sometimes written as strawman) is the informal
fallacy of refuting an argument different from the one actually under >>>>> discussion...
https://en.wikipedia.org/wiki/Straw_man
You should also point a link to the equivocation fallacy. You use it
more often than straw man.
Isomorphism is not equivocation
The use of HHH for many purposes (a specific program, an unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
void EEE()
{
HERE: goto HERE;
return;
}
HHH correctly predicts what the behavior of EEE would
be if this HHH never aborted its emulation of EEE.
void DDD()
{
HHH(DDD);
return;
}
HHH correctly predicts what the behavior of DDD would
be if this HHH never aborted its emulation of DDD.
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not reference >>>>>>> anything else mentioned in any other posts.Yes, we see. In fact DDD is not needed at all.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as
DDD. (b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>> its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
never aborted its emulation of DDD.
On 8/28/2024 2:21 PM, joes wrote:^
Am Wed, 28 Aug 2024 11:44:53 -0500 schrieb olcott:
On 8/28/2024 11:31 AM, Fred. Zwarts wrote:Like Fred has been saying for a month, what is HHH(HHH)?
Op 28.aug.2024 om 18:21 schreef olcott:
On 8/28/2024 11:11 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 17:13 schreef olcott:
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
When 100% of the whole point is for HHH to correctly determine >>>>>>>>>>> whether or not DDD would stop running if not aborted *IT IS >>>>>>>>>>> RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>> space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>>>> get past its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
To the subject of what?A dishonest dodge way form the subject of DDD emulated by HHH.It is very telling to see where these exchanges peter out (haha).You may repeat it many more times, but HHH violated the semantics >>>>>>>> of the x86 language by skipping the last few instructions of a >>>>>>>> halting program. This finite string, when given for directWhen without DDD it is clear as crystal that HHH cannot
possibly simulate itself correctly:
execution, shows a halting behaviour. This is the proof what the >>>>>>>> semantics of the x86 language means for this finite string: a
halting program.
„Already”? DDD and it’s simulation live in entirely different spaces. There can be absolutely no influence.The directly executed DDD() has different behavior than DDD emulated byI do not understand this. There is no „after having been aborted”.And when the x86 string tells the computer that there is aBy this same reasoning that fact that you are no longer hungry
halting program and the simulator decides that there is a
non-halting program, this proves that the simulation is
incorrect.
Clear as crystal: the semantics of the x86 string is proved by >>>>>>>> its direct execution.
This is shown in the example below, where the direct execution of >>>>>>>> HHH halts, but HHH decides that it does not halt.
AFTER you have eaten proves that you never needed to eat.
The behavior of DDD before HHH aborts its simulation (before it
has eaten) it not the same behavior after DDD has been aborted
(after it has eaten).
HHH because DDD() benefits from HHH having already aborted its emulation
of DDD. HHH itself does not receive this benefit.
???How could it do that? IT MUST TERMINATE TO REPORT ANYTHING.Then why does it report itself as nonterminating? (There is nothingIt is a design requirement that HHH halts if it doesn't halt it isYour HHH will see a 'special condition' after a few recursions, abortIf hungry stands for fear for infinite recursionhungry stands for will not stop running unless aborted just like
will remain hungry until eating is always true whenever hungry
and halt.
wrong.
else in DDD that would cause that.)
--When DDD emulated by HHH according to the semantics of the x86
language cannot possibly reach its own machine address of 00002183,
then HHH is correct to reject DDD as non-halting even of HHH does this
entirely by wild guess.
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it >>>>>> more often than straw man.
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not reference >>>>>>>>> anything else mentioned in any other posts.Yes, we see. In fact DDD is not needed at all.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead. >>>>
never aborted its emulation of DDD.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
The behavior of
the directly executed DDD and executed HHH
is different from the behavior of
the emulated DDD and the emulated HHH
and all four of them are emulated by the world
class x86 emulator libx86emu
It is easy to see that when the executed HHH emulates
DDD that it does this correctly when we look at the
execution trace and see the the first four instructions
of DDD are listed.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Then this emulated DDD calls an emulated HHH(DDD).
It is easy to see that when the executed HHH emulates
itself emulated DDD that it does this correctly when we
look at the execution trace and see the the first four
instructions of DDD are listed again.
On 8/30/2024 10:00 AM, joes wrote:
Am Wed, 28 Aug 2024 14:47:45 -0500 schrieb olcott:
On 8/28/2024 2:21 PM, joes wrote:^
Am Wed, 28 Aug 2024 11:44:53 -0500 schrieb olcott:
On 8/28/2024 11:31 AM, Fred. Zwarts wrote:Like Fred has been saying for a month, what is HHH(HHH)?
Op 28.aug.2024 om 18:21 schreef olcott:
On 8/28/2024 11:11 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 17:13 schreef olcott:
On 8/28/2024 9:57 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:59 schreef olcott:
On 8/28/2024 7:46 AM, Fred. Zwarts wrote:
Op 28.aug.2024 om 14:12 schreef olcott:
On 8/28/2024 4:09 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 14:44 schreef olcott:
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:
Op 27.aug.2024 om 04:33 schreef olcott:
When 100% of the whole point is for HHH to correctly determine >>>>>>>>>>>>> whether or not DDD would stop running if not aborted *IT IS >>>>>>>>>>>>> RIDICULOUSLY STUPID TO SAY THAT DDD IS NOT NEEDED*When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>>>> space as DDD.
(b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>>>>>> get past its own machine address 0000217a.
Yes, we see. In fact DDD is not needed at all.
To the subject of what?A dishonest dodge way form the subject of DDD emulated by HHH.It is very telling to see where these exchanges peter out (haha).You may repeat it many more times, but HHH violated the semantics >>>>>>>>>> of the x86 language by skipping the last few instructions of a >>>>>>>>>> halting program. This finite string, when given for direct >>>>>>>>>> execution, shows a halting behaviour. This is the proof what the >>>>>>>>>> semantics of the x86 language means for this finite string: a >>>>>>>>>> halting program.When without DDD it is clear as crystal that HHH cannot >>>>>>>>>>>> possibly simulate itself correctly:
DDD emulated by HHH
DDD emulated by HHH
DDD emulated by HHH
DDD emulated by HHH
DDD emulated by HHH
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it >>>>>> more often than straw man.
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not reference >>>>>>>>> anything else mentioned in any other posts.Yes, we see. In fact DDD is not needed at all.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get past >>>>>>>>> its own machine address 0000217a.
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead. >>>>
never aborted its emulation of DDD.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
The behavior of
the directly executed DDD and executed HHH
is different from the behavior of
the emulated DDD and the emulated HHH
and all four of them are emulated by the world
class x86 emulator libx86emu
It is easy to see that when the executed HHH emulates
DDD that it does this correctly when we look at the
execution trace and see the the first four instructions
of DDD are listed.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Then this emulated DDD calls an emulated HHH(DDD).
It is easy to see that when the executed HHH emulates
itself emulated DDD that it does this correctly when we
look at the execution trace and see the the first four
instructions of DDD are listed again.
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH >>>>> never aborted its emulation of DDD.
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified >>>>>> memeber of a set of programs, a hypothetical program) is.
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does notYes, we see. In fact DDD is not needed at all.
reference
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000
push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get >>>>>>>>>>> past
its own machine address 0000217a.
use it
more often than straw man.
Your first posting looked like you were going to apply equivocation >>>>>> later in the discussion. Now, after several later messages, it seems >>>>>> that you want to apply the fallacy of "moving the goal posts"
instead.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========= ============= [00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
[0000219f][00103820][00000000] 83c404 add esp,+04 [000021a2][0010381c][00000000] 50 push eax [000021a3][00103818][00000743] 6843070000 push 00000743 [000021a8][00103818][00000743] e8b5e5ffff call 00000762
Input_Halts = 0
[000021ad][00103820][00000000] 83c408 add esp,+08 [000021b0][00103820][00000000] 33c0 xor eax,eax [000021b2][00103824][00000018] 5d pop ebp [000021b3][00103828][00000000] c3 ret
Number of Instructions Executed(10069) == 150 Pages
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH >>>>> never aborted its emulation of DDD.
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified >>>>>> memeber of a set of programs, a hypothetical program) is.
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does notYes, we see. In fact DDD is not needed at all.
reference
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000
push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get >>>>>>>>>>> past
its own machine address 0000217a.
use it
more often than straw man.
Your first posting looked like you were going to apply equivocation >>>>>> later in the discussion. Now, after several later messages, it seems >>>>>> that you want to apply the fallacy of "moving the goal posts"
instead.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========= ============= [00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
[0000219f][00103820][00000000] 83c404 add esp,+04 [000021a2][0010381c][00000000] 50 push eax [000021a3][00103818][00000743] 6843070000 push 00000743 [000021a8][00103818][00000743] e8b5e5ffff call 00000762
Input_Halts = 0
[000021ad][00103820][00000000] 83c408 add esp,+08 [000021b0][00103820][00000000] 33c0 xor eax,eax [000021b2][00103824][00000018] 5d pop ebp [000021b3][00103828][00000000] c3 ret
Number of Instructions Executed(10069) == 150 Pages
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH >>>>>>> never aborted its emulation of DDD.
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You >>>>>>>>>> use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not >>>>>>>>>>>>> referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop
ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the >>>>>>>>>>>>> x86
language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>> get past
its own machine address 0000217a.
more often than straw man.
unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation >>>>>>>> later in the discussion. Now, after several later messages, it >>>>>>>> seems
that you want to apply the fallacy of "moving the goal posts"
instead.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given olcott's
DDD based on the aborting HHH as input, it showed that this has
halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator,
not the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows are
true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH >>>>>>> never aborted its emulation of DDD.
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You >>>>>>>>>> use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not >>>>>>>>>>>>> referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop
ebp
[00002183] c3 ret Size in bytes:(0018) [00002183] >>>>>>>>>>>>>
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the >>>>>>>>>>>>> x86
language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>> get past
its own machine address 0000217a.
more often than straw man.
unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply equivocation >>>>>>>> later in the discussion. Now, after several later messages, it >>>>>>>> seems
that you want to apply the fallacy of "moving the goal posts"
instead.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given olcott's
DDD based on the aborting HHH as input, it showed that this has
halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator,
not the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows are
true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. >>>>>>>>>>>> You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not >>>>>>>>>>>>>>> referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>>>>>> [00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; >>>>>>>>>>>>>>> call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp >>>>>>>>>>>>>>> [00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>> space as
DDD. (b) HHH emulates DDD according to the semantics of >>>>>>>>>>>>>>> the x86
language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>>>> get past
its own machine address 0000217a.
more often than straw man.
unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply
equivocation
later in the discussion. Now, after several later messages, it >>>>>>>>>> seems
that you want to apply the fallacy of "moving the goal posts" >>>>>>>>>> instead.
this HHH
never aborted its emulation of DDD.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given
olcott's DDD based on the aborting HHH as input, it showed that this
has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator
tells us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is
non-halting.
We know which one is correct: the unmodified world class simulator,
not the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows
are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language >>>>> ======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>>>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a
whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
_DDD()
[00002162] 55 push ebp
[00002163] 8bec mov ebp,esp
[00002165] 6862210000 push 00002162
[0000216a] e853f4ffff call 000015c2
[0000216f] 83c404 add esp,+04
[00002172] 5d pop ebp
[00002173] c3 ret
Size in bytes:(0018) [00002173]
_main()
[00002182] 55 push ebp
[00002183] 8bec mov ebp,esp
[00002185] 6862210000 push 00002162
[0000218a] e833f4ffff call 000015c2
[0000218f] 83c404 add esp,+04
[00002192] 50 push eax
[00002193] 6843070000 push 00000743
[00002198] e8c5e5ffff call 00000762
[0000219d] 83c408 add esp,+08
[000021a0] 33c0 xor eax,eax
[000021a2] 5d pop ebp
[000021a3] c3 ret
Size in bytes:(0034) [000021a3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========== ============= [00002182][00103806][00000000] 55 push ebp [00002183][00103806][00000000] 8bec mov ebp,esp [00002185][00103802][00002162] 6862210000 push 00002162 [0000218a][001037fe][0000218f] e833f4ffff call 000015c2
New slave_stack at:1038aa
Begin Local Halt Decider Simulation Execution Trace Stored at:1138b2 [00002162][001138a2][001138a6] 55 push ebp [00002163][001138a2][001138a6] 8bec mov ebp,esp [00002165][0011389e][00002162] 6862210000 push 00002162 [0000216a][0011389a][0000216f] e853f4ffff call 000015c2
New slave_stack at:14e2d2
[00002162][0015e2ca][0015e2ce] 55 push ebp [00002163][0015e2ca][0015e2ce] 8bec mov ebp,esp [00002165][0015e2c6][00002162] 6862210000 push 00002162 [0000216a][0015e2c2][0000216f] e853f4ffff call 000015c2
New slave_stack at:15e372
[00002162][0016e36a][0016e36e] 55 push ebp [00002163][0016e36a][0016e36e] 8bec mov ebp,esp [00002165][0016e366][00002162] 6862210000 push 00002162 [0000216a][0016e362][0000216f] e853f4ffff call 000015c2
New slave_stack at:16e412
[00002162][0017e40a][0017e40e] 55 push ebp [00002163][0017e40a][0017e40e] 8bec mov ebp,esp [00002165][0017e406][00002162] 6862210000 push 00002162 [0000216a][0017e402][0000216f] e853f4ffff call 000015c2
New slave_stack at:17e4b2
[00002162][0018e4aa][0018e4ae] 55 push ebp
Number of Instructions Executed(100000000) == 1492537 Pages
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input of a >>>>>> not-aborting HHH.
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD untilAnd when this unmodified world class x86 simulator was given olcott's
you first understand that a world class x86 emulator that HHH calls
does enable HHH to correctly emulate itself emulating DDD and the
following execution trace proves this.
DDD based on the aborting HHH as input, it showed that this has halting
behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can
see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator, not
the *modified* one, which aborts one cycle too soon..
The fourth instruction (the call) encompasses quite a few furtherStill dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the
second emulation of DDD by the emulated HHH is proven to be correct on
the basis that it does emulate the first four instructions of DDD.
On 8/31/2024 1:49 PM, joes wrote:
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD until >>>>> you first understand that a world class x86 emulator that HHH callsAnd when this unmodified world class x86 simulator was given olcott's
does enable HHH to correctly emulate itself emulating DDD and the
following execution trace proves this.
DDD based on the aborting HHH as input, it showed that this has halting >>>> behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can >>>> see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator, not >>>> the *modified* one, which aborts one cycle too soon..
The fourth instruction (the call) encompasses quite a few furtherStill dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the
second emulation of DDD by the emulated HHH is proven to be correct on
the basis that it does emulate the first four instructions of DDD.
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
The x86utm operating system correctly emulates
100 million instructions of DDD emulated by HHH
with abort turned off.
If they were shown it would take 1.5 million pages.
Because of this only the emulated DDD instructions
are shown.
_DDD()
[00002162] 55 push ebp
[00002163] 8bec mov ebp,esp
[00002165] 6862210000 push 00002162
[0000216a] e853f4ffff call 000015c2
[0000216f] 83c404 add esp,+04
[00002172] 5d pop ebp
[00002173] c3 ret
Size in bytes:(0018) [00002173]
_main()
[00002182] 55 push ebp
[00002183] 8bec mov ebp,esp
[00002185] 6862210000 push 00002162
[0000218a] e833f4ffff call 000015c2
[0000218f] 83c404 add esp,+04
[00002192] 50 push eax
[00002193] 6843070000 push 00000743
[00002198] e8c5e5ffff call 00000762
[0000219d] 83c408 add esp,+08
[000021a0] 33c0 xor eax,eax
[000021a2] 5d pop ebp
[000021a3] c3 ret
Size in bytes:(0034) [000021a3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========== ============= [00002182][00103806][00000000] 55 push ebp [00002183][00103806][00000000] 8bec mov ebp,esp [00002185][00103802][00002162] 6862210000 push 00002162 [0000218a][001037fe][0000218f] e833f4ffff call 000015c2
New slave_stack at:1038aa
Begin Local Halt Decider Simulation Execution Trace Stored at:1138b2 [00002162][001138a2][001138a6] 55 push ebp [00002163][001138a2][001138a6] 8bec mov ebp,esp [00002165][0011389e][00002162] 6862210000 push 00002162 [0000216a][0011389a][0000216f] e853f4ffff call 000015c2
New slave_stack at:14e2d2
[00002162][0015e2ca][0015e2ce] 55 push ebp [00002163][0015e2ca][0015e2ce] 8bec mov ebp,esp [00002165][0015e2c6][00002162] 6862210000 push 00002162 [0000216a][0015e2c2][0000216f] e853f4ffff call 000015c2
New slave_stack at:15e372
[00002162][0016e36a][0016e36e] 55 push ebp [00002163][0016e36a][0016e36e] 8bec mov ebp,esp [00002165][0016e366][00002162] 6862210000 push 00002162 [0000216a][0016e362][0000216f] e853f4ffff call 000015c2
New slave_stack at:16e412
[00002162][0017e40a][0017e40e] 55 push ebp [00002163][0017e40a][0017e40e] 8bec mov ebp,esp [00002165][0017e406][00002162] 6862210000 push 00002162 [0000216a][0017e402][0000216f] e853f4ffff call 000015c2
New slave_stack at:17e4b2
[00002162][0018e4aa][0018e4ae] 55 push ebp
Number of Instructions Executed(100000000) == 1492537 Pages
On 8/31/2024 1:49 PM, joes wrote:And after those 100 million it still hasn’t returned.
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:The x86utm operating system correctly emulates 100 million instructions
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input of >>>>>>>> a not-aborting HHH.
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
The fourth instruction (the call) encompasses quite a few furtherYou cannot possibly say one damn thing about the behavior of DDDAnd when this unmodified world class x86 simulator was given olcott's
until you first understand that a world class x86 emulator that HHH
calls does enable HHH to correctly emulate itself emulating DDD and
the following execution trace proves this.
DDD based on the aborting HHH as input, it showed that this has
halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is
non-halting. We know which one is correct: the unmodified world class
simulator, not the *modified* one, which aborts one cycle too soon..
Still dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the
second emulation of DDD by the emulated HHH is proven to be correct on
the basis that it does emulate the first four instructions of DDD.
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
of DDD emulated by HHH with abort turned off.
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:It is not the first time that you try to get away by changing the
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. >>>>>>>>>>>> You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not >>>>>>>>>>>>>>> referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>>>>>> [00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; >>>>>>>>>>>>>>> call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp >>>>>>>>>>>>>>> [00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>> space as
DDD. (b) HHH emulates DDD according to the semantics of >>>>>>>>>>>>>>> the x86
language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>>>> get past
its own machine address 0000217a.
more often than straw man.
unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply
equivocation
later in the discussion. Now, after several later messages, it >>>>>>>>>> seems
that you want to apply the fallacy of "moving the goal posts" >>>>>>>>>> instead.
this HHH
never aborted its emulation of DDD.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given
olcott's DDD based on the aborting HHH as input, it showed that this
has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator
tells us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is non-
halting.
We know which one is correct: the unmodified world class simulator,
not the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows
are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language >>>>> ======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>>>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a
whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH >>>>>>>>> never aborted its emulation of DDD.
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified >>>>>>>>>> memeber of a set of programs, a hypothetical program) is.
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call >>>>>>>>>>>>>>> HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as >>>>>>>>>>>>>>> DDD. (b) HHH emulates DDD according to the semantics of the x86 >>>>>>>>>>>>>>> language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
more often than straw man.
Your first posting looked like you were going to apply equivocation >>>>>>>>>> later in the discussion. Now, after several later messages, it seems >>>>>>>>>> that you want to apply the fallacy of "moving the goal posts" instead.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning according >>>>>> to the semantics of the x86 language, does not suddenly change when the >>>>>> aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given olcott's
DDD based on the aborting HHH as input, it showed that this has halting >>>> behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can >>>> see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator, not >>>> the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language >>>>> ======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD) >>>>>
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>>>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>> New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>> Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a whole
incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
_DDD()
[00002162] 55 push ebp
[00002163] 8bec mov ebp,esp
[00002165] 6862210000 push 00002162
[0000216a] e853f4ffff call 000015c2
[0000216f] 83c404 add esp,+04
[00002172] 5d pop ebp
[00002173] c3 ret
Size in bytes:(0018) [00002173]
_main()
[00002182] 55 push ebp
[00002183] 8bec mov ebp,esp
[00002185] 6862210000 push 00002162
[0000218a] e833f4ffff call 000015c2
[0000218f] 83c404 add esp,+04
[00002192] 50 push eax
[00002193] 6843070000 push 00000743
[00002198] e8c5e5ffff call 00000762
[0000219d] 83c408 add esp,+08
[000021a0] 33c0 xor eax,eax
[000021a2] 5d pop ebp
[000021a3] c3 ret
Size in bytes:(0034) [000021a3]
machine stack stack machine assembly
address address data code language
======== ======== ======== ========== ============= [00002182][00103806][00000000] 55 push ebp [00002183][00103806][00000000] 8bec mov ebp,esp [00002185][00103802][00002162] 6862210000 push 00002162 [0000218a][001037fe][0000218f] e833f4ffff call 000015c2
New slave_stack at:1038aa
Begin Local Halt Decider Simulation Execution Trace Stored at:1138b2 [00002162][001138a2][001138a6] 55 push ebp [00002163][001138a2][001138a6] 8bec mov ebp,esp [00002165][0011389e][00002162] 6862210000 push 00002162 [0000216a][0011389a][0000216f] e853f4ffff call 000015c2
New slave_stack at:14e2d2
[00002162][0015e2ca][0015e2ce] 55 push ebp [00002163][0015e2ca][0015e2ce] 8bec mov ebp,esp [00002165][0015e2c6][00002162] 6862210000 push 00002162 [0000216a][0015e2c2][0000216f] e853f4ffff call 000015c2
New slave_stack at:15e372
[00002162][0016e36a][0016e36e] 55 push ebp [00002163][0016e36a][0016e36e] 8bec mov ebp,esp [00002165][0016e366][00002162] 6862210000 push 00002162 [0000216a][0016e362][0000216f] e853f4ffff call 000015c2
New slave_stack at:16e412
[00002162][0017e40a][0017e40e] 55 push ebp [00002163][0017e40a][0017e40e] 8bec mov ebp,esp [00002165][0017e406][00002162] 6862210000 push 00002162 [0000216a][0017e402][0000216f] e853f4ffff call 000015c2
New slave_stack at:17e4b2
[00002162][0018e4aa][0018e4ae] 55 push ebp
Number of Instructions Executed(100000000) == 1492537 Pages
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. >>>>>>>>>>>> You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not >>>>>>>>>>>>>>> referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>>>>>> [00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; >>>>>>>>>>>>>>> call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp >>>>>>>>>>>>>>> [00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>> space as
DDD. (b) HHH emulates DDD according to the semantics of >>>>>>>>>>>>>>> the x86
language.
then we can see that DDD emulated by HHH cannot possibly >>>>>>>>>>>>>>> get past
its own machine address 0000217a.
more often than straw man.
unpsecified
memeber of a set of programs, a hypothetical program) is.
Your first posting looked like you were going to apply
equivocation
later in the discussion. Now, after several later messages, it >>>>>>>>>> seems
that you want to apply the fallacy of "moving the goal posts" >>>>>>>>>> instead.
this HHH
never aborted its emulation of DDD.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD
until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given
olcott's DDD based on the aborting HHH as input, it showed that this
has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator
tells us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it
can see the halting behaviour and decides that the input is non-
halting.
We know which one is correct: the unmodified world class simulator,
not the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the
world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows
are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly
address address data code language >>>>> ======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc >>>>> [00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call
HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a
whole incorrect.
We cannot proceed before you understand this.
YET AGAIN YOU PROVE THAT YOU ARE BRAIN DEAD.
I CALL YOU BRAIN DEAD BECAUSE YOU REPEATEDLY
IGNORE MY CORRECTIONS TO YOUR COUNTER-FACTUAL
FALSE ASSUMPTIONS.
The correctness of an emulation is not required to meet
your misconceptions, it is only required to obey the
semantics that the x86 code of DDD specifies.
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
DDD emulated by HHH cannot possibly reach past its own 0000217a
because it keeps calling HHH(DDD) to emulate itself again.
When DDD emulated by HHH is aborted by DDD it immediately
stops at machine address 0000217a.
On 8/31/2024 1:49 PM, joes wrote:Again olcott tries to get a ways with a change of subject. We were
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>> not-aborting HHH.
according to the semantics of the x86 language, does not suddenly
change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD until >>>>> you first understand that a world class x86 emulator that HHH callsAnd when this unmodified world class x86 simulator was given olcott's
does enable HHH to correctly emulate itself emulating DDD and the
following execution trace proves this.
DDD based on the aborting HHH as input, it showed that this has halting >>>> behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells
us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can >>>> see the halting behaviour and decides that the input is non-halting.
We know which one is correct: the unmodified world class simulator, not >>>> the *modified* one, which aborts one cycle too soon..
The fourth instruction (the call) encompasses quite a few furtherStill dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the
second emulation of DDD by the emulated HHH is proven to be correct on
the basis that it does emulate the first four instructions of DDD.
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
The x86utm operating system correctly emulates
100 million instructions of DDD emulated by HHH
with abort turned off.
If they were shown it would take 1.5 million pages.
Because of this only the emulated DDD instructions
are shown.
On 9/1/2024 6:19 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 21:26 schreef olcott:
On 8/31/2024 1:49 PM, joes wrote:Again olcott tries to get a ways with a change of subject. We were
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input >>>>>>>>>> of a
not-aborting HHH.
according to the semantics of the x86 language, does not suddenly >>>>>>>> change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>> untilAnd when this unmodified world class x86 simulator was given olcott's >>>>>> DDD based on the aborting HHH as input, it showed that this has
you first understand that a world class x86 emulator that HHH calls >>>>>>> does enable HHH to correctly emulate itself emulating DDD and the >>>>>>> following execution trace proves this.
halting
behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells >>>>>> us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before
it can
see the halting behaviour and decides that the input is non-halting. >>>>>> We know which one is correct: the unmodified world class
simulator, not
the *modified* one, which aborts one cycle too soon..
The fourth instruction (the call) encompasses quite a few furtherStill dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the >>>>> second emulation of DDD by the emulated HHH is proven to be correct on >>>>> the basis that it does emulate the first four instructions of DDD.
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
The x86utm operating system correctly emulates
100 million instructions of DDD emulated by HHH
with abort turned off.
If they were shown it would take 1.5 million pages.
Because of this only the emulated DDD instructions
are shown.
talking about a HHH that aborts and halts,
An HHH that does not abort thus never halts thus
conclusively proving that HHH must abort or never halts.
but now he mentions his dream of a non-halting simulation again. He
does it in a sneaky way, y not only changing the simulator, but also
the input for the simulator.
We know, however, that when the unmodified world class simulator is
given the DDD that is based on the aborting HHH, it shows a halting
behaviour.
So, these 100000 instructions are irrelevant.
On 9/1/2024 1:52 AM, joes wrote:
Am Sat, 31 Aug 2024 14:26:21 -0500 schrieb olcott:
On 8/31/2024 1:49 PM, joes wrote:
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:The x86utm operating system correctly emulates 100 million instructions
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input of >>>>>>>>>> a not-aborting HHH.
according to the semantics of the x86 language, does not suddenly >>>>>>>> change when the aborting occurs.
The fourth instruction (the call) encompasses quite a few furtherBefore we can proceed to the next step you must first agree that the >>>>> second emulation of DDD by the emulated HHH is proven to be correct on >>>>> the basis that it does emulate the first four instructions of DDD.You cannot possibly say one damn thing about the behavior of DDD >>>>>>> until you first understand that a world class x86 emulator that HHH >>>>>>> calls does enable HHH to correctly emulate itself emulating DDD and >>>>>>> the following execution trace proves this.And when this unmodified world class x86 simulator was given olcott's >>>>>> DDD based on the aborting HHH as input, it showed that this has
halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells >>>>>> us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it >>>>>> can see the halting behaviour and decides that the input is
non-halting. We know which one is correct: the unmodified world class >>>>>> simulator, not the *modified* one, which aborts one cycle too soon.. >>>>
Still dreaming of the HHH that does an infinite recursion?
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
of DDD emulated by HHH with abort turned off.
And after those 100 million it still hasn’t returned.
An HHH that does not abort thus never halts thus
conclusively proving that HHH must abort or never halts.
On 9/1/2024 6:19 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 21:26 schreef olcott:
On 8/31/2024 1:49 PM, joes wrote:Again olcott tries to get a ways with a change of subject. We were
Am Sat, 31 Aug 2024 10:19:28 -0500 schrieb olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:^ important
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
Here is your problem. The code of the program and its meaning*This is before any aborting occurs*HHH correctly predicts what the behavior of DDD would be if this >>>>>>>>>>> HHH never aborted its emulation of DDD.Problem is, DDD is then not calling itself, but the non-input >>>>>>>>>> of a
not-aborting HHH.
according to the semantics of the x86 language, does not suddenly >>>>>>>> change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>> untilAnd when this unmodified world class x86 simulator was given olcott's >>>>>> DDD based on the aborting HHH as input, it showed that this has
you first understand that a world class x86 emulator that HHH calls >>>>>>> does enable HHH to correctly emulate itself emulating DDD and the >>>>>>> following execution trace proves this.
halting
behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells >>>>>> us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before
it can
see the halting behaviour and decides that the input is non-halting. >>>>>> We know which one is correct: the unmodified world class
simulator, not
the *modified* one, which aborts one cycle too soon..
The fourth instruction (the call) encompasses quite a few furtherStill dreaming of the HHH that does an infinite recursion?Before we can proceed to the next step you must first agree that the >>>>> second emulation of DDD by the emulated HHH is proven to be correct on >>>>> the basis that it does emulate the first four instructions of DDD.
instructions, which must all(!) be simulated until it returns. Only
then is it finished.
The x86utm operating system correctly emulates
100 million instructions of DDD emulated by HHH
with abort turned off.
If they were shown it would take 1.5 million pages.
Because of this only the emulated DDD instructions
are shown.
talking about a HHH that aborts and halts,
An HHH that does not abort thus never halts thus
conclusively proving that HHH must abort or never halts.
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:https://en.wikipedia.org/wiki/Straw_man
This is intended to be a stand-alone post that does not referenceYes, we see. In fact DDD is not needed at all.
anything else mentioned in any other posts.
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as
DDD. (b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>> Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
never aborted its emulation of DDD.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning according
to the semantics of the x86 language, does not suddenly change when the
aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>> until you first understand that a world class x86 emulator that
HHH calls does enable HHH to correctly emulate itself emulating
DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given olcott's >>>>>> DDD based on the aborting HHH as input, it showed that this has halting >>>>>> behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells >>>>>> us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can >>>>>> see the halting behaviour and decides that the input is non- halting. >>>>>> We know which one is correct: the unmodified world class simulator, not >>>>>> the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the >>>>>> world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS
INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>> address address data code language >>>>>>> ======== ======== ======== ========= =============
[00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD >>>>>>> [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD >>>>>>> [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>> New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD >>>>>>> [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>> Local Halt Decider: Infinite Recursion Detected Simulation Stopped >>>>>>>
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a whole >>>> incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
On 9/1/2024 6:05 AM, Mikko wrote:And after that?
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
I just showed you what happens immediately below. It shows thatWhat happens after those 100 000 000 instructions are executed?Here is no abort and x86utm emulating 100,000,000 instructions.Before we can proceed to the next step you must first agree that the >>>>> second emulation of DDD by the emulated HHH is proven to be correctI agree that the simulation makes a good start, but it fails to
on the basis that it does emulate the first four instructions of
DDD.
complete the simulation up to the end, making the simulation as a
whole incorrect.
100,000,000 million instructions were executed and the full trace
requires 1,492,537 Pages.
On 9/3/2024 3:52 AM, Mikko wrote:
On 2024-09-02 13:31:23 +0000, olcott said:
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if >>>>>>>>>>>>> this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an >>>>>>>>>>>>>> unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation >>>>>>>>>>>>>>>> fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does >>>>>>>>>>>>>>>>>>> not referenceYes, we see. In fact DDD is not needed at all. >>>>>>>>>>>>>>>>> https://en.wikipedia.org/wiki/Straw_man
anything else mentioned in any other posts. >>>>>>>>>>>>>>>>>>> _DDD()
[00002172] 55 push ebp ; housekeeping
[00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call >>>>>>>>>>>>>>>>>>> 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] >>>>>>>>>>>>>>>>>>> 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) >>>>>>>>>>>>>>>>>>> [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>>>>>> space as
DDD. (b) HHH emulates DDD according to the semantics >>>>>>>>>>>>>>>>>>> of the x86
language.
then we can see that DDD emulated by HHH cannot >>>>>>>>>>>>>>>>>>> possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>>>> Your first posting looked like you were going to apply >>>>>>>>>>>>>> equivocation
later in the discussion. Now, after several later
messages, it seems
that you want to apply the fallacy of "moving the goal >>>>>>>>>>>>>> posts" instead.
never aborted its emulation of DDD.
non-input of a
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning >>>>>>>>>> according to the semantics of the x86 language, does not
suddenly change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>>>> until you first understand that a world class x86 emulator that >>>>>>>>> HHH calls does enable HHH to correctly emulate itself emulating >>>>>>>>> DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given
olcott's DDD based on the aborting HHH as input, it showed that >>>>>>>> this has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator >>>>>>>> tells us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before >>>>>>>> it can see the halting behaviour and decides that the input is >>>>>>>> non- halting.
We know which one is correct: the unmodified world class
simulator, not the *modified* one, which aborts one cycle too
soon..
SO, it it not honest to suggest that we do not understand what >>>>>>>> the world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS >>>>>>>>> INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he
knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>>>> address address data code language >>>>>>>>> ======== ======== ======== ========= ============= >>>>>>>>> [00002192][00103820][00000000] 55 push ebp ; Begin
main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored >>>>>>>>> at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ;
housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ;
housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped >>>>>>>>>
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a
whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
But does not abort the exectuion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Of the four persistent reviewers this is over the head
of two of them one of them flat put lies about it and
you are the one left over.
Mike is the one reviewer that understands my code the
best and Ben is the one reviewer that understands my
design the best.
On 9/3/2024 3:52 AM, Mikko wrote:
On 2024-09-02 13:31:23 +0000, olcott said:
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non- >>>>>>>>>>>> input of a
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if >>>>>>>>>>>>> this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an >>>>>>>>>>>>>> unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation >>>>>>>>>>>>>>>> fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does >>>>>>>>>>>>>>>>>>> not referenceYes, we see. In fact DDD is not needed at all. >>>>>>>>>>>>>>>>> https://en.wikipedia.org/wiki/Straw_man
anything else mentioned in any other posts. >>>>>>>>>>>>>>>>>>> _DDD()
[00002172] 55 push ebp ; housekeeping
[00002173]
8bec mov ebp,esp ; housekeeping [00002175] >>>>>>>>>>>>>>>>>>> 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call >>>>>>>>>>>>>>>>>>> 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] >>>>>>>>>>>>>>>>>>> 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) >>>>>>>>>>>>>>>>>>> [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory >>>>>>>>>>>>>>>>>>> space as
DDD. (b) HHH emulates DDD according to the semantics >>>>>>>>>>>>>>>>>>> of the x86
language.
then we can see that DDD emulated by HHH cannot >>>>>>>>>>>>>>>>>>> possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>>>> Your first posting looked like you were going to apply >>>>>>>>>>>>>> equivocation
later in the discussion. Now, after several later
messages, it seems
that you want to apply the fallacy of "moving the goal >>>>>>>>>>>>>> posts" instead.
never aborted its emulation of DDD.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning >>>>>>>>>> according to the semantics of the x86 language, does not
suddenly change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>>>> until you first understand that a world class x86 emulator that >>>>>>>>> HHH calls does enable HHH to correctly emulate itself emulating >>>>>>>>> DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given
olcott's DDD based on the aborting HHH as input, it showed that >>>>>>>> this has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator >>>>>>>> tells us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before >>>>>>>> it can see the halting behaviour and decides that the input is >>>>>>>> non- halting.
We know which one is correct: the unmodified world class
simulator, not the *modified* one, which aborts one cycle too
soon..
SO, it it not honest to suggest that we do not understand what >>>>>>>> the world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS >>>>>>>>> INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he
knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>>>> address address data code language >>>>>>>>> ======== ======== ======== ========= ============= >>>>>>>>> [00002192][00103820][00000000] 55 push ebp ; Begin
main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored >>>>>>>>> at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ;
housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ;
housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; >>>>>>>>> housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call >>>>>>>>> HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped >>>>>>>>>
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a
whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
But does not abort the exectuion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
On 9/4/2024 4:56 AM, Fred. Zwarts wrote:
Op 03.sep.2024 om 15:58 schreef olcott:
On 9/3/2024 3:52 AM, Mikko wrote:
On 2024-09-02 13:31:23 +0000, olcott said:
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott: >>>>>>>>>>>>>>> On 8/29/2024 2:17 AM, Mikko wrote:
Problem is, DDD is then not calling itself, but the non- >>>>>>>>>>>>>> input of aOn 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be >>>>>>>>>>>>>>> if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an >>>>>>>>>>>>>>>> unpsecified
On 2024-08-27 12:44:31 +0000, olcott said: >>>>>>>>>>>>>>>>>>> On 8/27/2024 3:38 AM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>> Op 27.aug.2024 om 04:33 schreef olcott: >>>>>>>>>>>>>>>>>>>>> This is intended to be a stand-alone post that does >>>>>>>>>>>>>>>>>>>>> not referenceIsomorphism is not equivocation
You should also point a link to the equivocation >>>>>>>>>>>>>>>>>> fallacy. You use itanything else mentioned in any other posts. >>>>>>>>>>>>>>>>>>>>> _DDD()Yes, we see. In fact DDD is not needed at all. >>>>>>>>>>>>>>>>>>> https://en.wikipedia.org/wiki/Straw_man
[00002172] 55 push ebp ; housekeeping
[00002173]
8bec mov ebp,esp ; housekeeping [00002175]
6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call >>>>>>>>>>>>>>>>>>>>> 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] >>>>>>>>>>>>>>>>>>>>> 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) >>>>>>>>>>>>>>>>>>>>> [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same >>>>>>>>>>>>>>>>>>>>> memory space as
DDD. (b) HHH emulates DDD according to the >>>>>>>>>>>>>>>>>>>>> semantics of the x86
language.
then we can see that DDD emulated by HHH cannot >>>>>>>>>>>>>>>>>>>>> possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>>>>>> Your first posting looked like you were going to apply >>>>>>>>>>>>>>>> equivocation
later in the discussion. Now, after several later >>>>>>>>>>>>>>>> messages, it seems
that you want to apply the fallacy of "moving the goal >>>>>>>>>>>>>>>> posts" instead.
never aborted its emulation of DDD.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its
meaning according to the semantics of the x86 language, does >>>>>>>>>>>> not suddenly change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>>>>>> until you first understand that a world class x86 emulator that >>>>>>>>>>> HHH calls does enable HHH to correctly emulate itself emulating >>>>>>>>>>> DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given >>>>>>>>>> olcott's DDD based on the aborting HHH as input, it showed >>>>>>>>>> that this has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class
simulator tells us that the program has a halting behaviour. >>>>>>>>>> Your *modification* of the simulator stops the simulation
before it can see the halting behaviour and decides that the >>>>>>>>>> input is non- halting.
We know which one is correct: the unmodified world class
simulator, not the *modified* one, which aborts one cycle too >>>>>>>>>> soon..
SO, it it not honest to suggest that we do not understand what >>>>>>>>>> the world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS >>>>>>>>>>> INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he >>>>>>>>>> knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping >>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>>>>>> address address data code language
======== ======== ======== ========= ============= >>>>>>>>>>> [00002192][00103820][00000000] 55 push ebp ;
Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored >>>>>>>>>>> at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ;
housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ;
housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation >>>>>>>>>>> Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven >>>>>>>>> to be correct on the basis that it does emulate the first four >>>>>>>>> instructions of DDD.
I agree that the simulation makes a good start, but it fails to >>>>>>>> complete the simulation up to the end, making the simulation as >>>>>>>> a whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
But does not abort the exectuion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
And only Olcott does not realise that this means that HHH fails to do
a correct simulation. A correct simulation must reach the end of a
halting program.
That is not what the x86 source code says.
The x86 source code says it is not allowed to do this.
The x86 source code tells DDD to keep repeating
it first four instructions endlessly until DDD
stops emulating any of the x86 instructions of DDD.
There is no freaking way that any DDD correctly
emulated by any HHH can possibly reach its own
machine address 0000217f.
HHH could incorrectly emulate DDD and decide to
simply ignore machine address 0000217a.
The only way for HHH to emulate DDD to machine
address 0000217f is for HHH to disagree with the x86
language and ignore the instruction as machine address
0000217a that it is not allowed to ignore.
On 9/4/2024 4:56 AM, Fred. Zwarts wrote:
Op 03.sep.2024 om 15:58 schreef olcott:
On 9/3/2024 3:52 AM, Mikko wrote:
On 2024-09-02 13:31:23 +0000, olcott said:
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott: >>>>>>>>>>>>>>> On 8/29/2024 2:17 AM, Mikko wrote:
Problem is, DDD is then not calling itself, but the non- >>>>>>>>>>>>>> input of aOn 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be >>>>>>>>>>>>>>> if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an >>>>>>>>>>>>>>>> unpsecified
On 2024-08-27 12:44:31 +0000, olcott said: >>>>>>>>>>>>>>>>>>> On 8/27/2024 3:38 AM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>> Op 27.aug.2024 om 04:33 schreef olcott: >>>>>>>>>>>>>>>>>>>>> This is intended to be a stand-alone post that does >>>>>>>>>>>>>>>>>>>>> not referenceIsomorphism is not equivocation
You should also point a link to the equivocation >>>>>>>>>>>>>>>>>> fallacy. You use itanything else mentioned in any other posts. >>>>>>>>>>>>>>>>>>>>> _DDD()Yes, we see. In fact DDD is not needed at all. >>>>>>>>>>>>>>>>>>> https://en.wikipedia.org/wiki/Straw_man
[00002172] 55 push ebp ; housekeeping
[00002173]
8bec mov ebp,esp ; housekeeping [00002175]
6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call >>>>>>>>>>>>>>>>>>>>> 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] >>>>>>>>>>>>>>>>>>>>> 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) >>>>>>>>>>>>>>>>>>>>> [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same >>>>>>>>>>>>>>>>>>>>> memory space as
DDD. (b) HHH emulates DDD according to the >>>>>>>>>>>>>>>>>>>>> semantics of the x86
language.
then we can see that DDD emulated by HHH cannot >>>>>>>>>>>>>>>>>>>>> possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>>>>>> Your first posting looked like you were going to apply >>>>>>>>>>>>>>>> equivocation
later in the discussion. Now, after several later >>>>>>>>>>>>>>>> messages, it seems
that you want to apply the fallacy of "moving the goal >>>>>>>>>>>>>>>> posts" instead.
never aborted its emulation of DDD.
not-aborting HHH.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its
meaning according to the semantics of the x86 language, does >>>>>>>>>>>> not suddenly change when the aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>>>>>> until you first understand that a world class x86 emulator that >>>>>>>>>>> HHH calls does enable HHH to correctly emulate itself emulating >>>>>>>>>>> DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given >>>>>>>>>> olcott's DDD based on the aborting HHH as input, it showed >>>>>>>>>> that this has halting behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class
simulator tells us that the program has a halting behaviour. >>>>>>>>>> Your *modification* of the simulator stops the simulation
before it can see the halting behaviour and decides that the >>>>>>>>>> input is non- halting.
We know which one is correct: the unmodified world class
simulator, not the *modified* one, which aborts one cycle too >>>>>>>>>> soon..
SO, it it not honest to suggest that we do not understand what >>>>>>>>>> the world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS >>>>>>>>>>> INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he >>>>>>>>>> knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping >>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>>>>>> address address data code language
======== ======== ======== ========= ============= >>>>>>>>>>> [00002192][00103820][00000000] 55 push ebp ;
Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored >>>>>>>>>>> at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ;
housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ;
housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; >>>>>>>>>>> housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; >>>>>>>>>>> push DDD
[0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; >>>>>>>>>>> call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation >>>>>>>>>>> Stopped
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven >>>>>>>>> to be correct on the basis that it does emulate the first four >>>>>>>>> instructions of DDD.
I agree that the simulation makes a good start, but it fails to >>>>>>>> complete the simulation up to the end, making the simulation as >>>>>>>> a whole incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
But does not abort the exectuion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
And only Olcott does not realise that this means that HHH fails to do
a correct simulation. A correct simulation must reach the end of a
halting program.
That is not what the x86 source code says.
The x86 source code says it is not allowed to do this.
The x86 source code tells DDD to keep repeating
it first four instructions endlessly until DDD
stops emulating any of the x86 instructions of DDD.
There is no freaking way that any DDD correctly
emulated by any HHH can possibly reach its own
machine address 0000217f.
HHH could incorrectly emulate DDD and decide to
simply ignore machine address 0000217a.
The only way for HHH to emulate DDD to machine
address 0000217f is for HHH to disagree with the x86
language and ignore the instruction as machine address
0000217a that it is not allowed to ignore.
On 9/3/2024 3:52 AM, Mikko wrote:
On 2024-09-02 13:31:23 +0000, olcott said:
On 9/1/2024 6:05 AM, Mikko wrote:
On 2024-08-31 16:18:26 +0000, olcott said:
On 8/31/2024 10:49 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 17:19 schreef olcott:
On 8/31/2024 9:59 AM, Fred. Zwarts wrote:
Op 31.aug.2024 om 14:03 schreef olcott:
On 8/31/2024 4:07 AM, Fred. Zwarts wrote:
Op 30.aug.2024 om 16:58 schreef olcott:
On 8/30/2024 9:56 AM, joes wrote:
Am Thu, 29 Aug 2024 09:07:39 -0500 schrieb olcott:
On 8/29/2024 2:17 AM, Mikko wrote:Problem is, DDD is then not calling itself, but the non-input of a >>>>>>>>>>>> not-aborting HHH.
On 2024-08-28 12:08:06 +0000, olcott said:HHH correctly predicts what the behavior of DDD would be if this HHH
On 8/28/2024 2:39 AM, Mikko wrote:The use of HHH for many purposes (a specific program, an unpsecified
On 2024-08-27 12:44:31 +0000, olcott said:Isomorphism is not equivocation
On 8/27/2024 3:38 AM, Fred. Zwarts wrote:You should also point a link to the equivocation fallacy. You use it
Op 27.aug.2024 om 04:33 schreef olcott:
This is intended to be a stand-alone post that does not referenceYes, we see. In fact DDD is not needed at all. >>>>>>>>>>>>>>>>> https://en.wikipedia.org/wiki/Straw_man
anything else mentioned in any other posts. >>>>>>>>>>>>>>>>>>> _DDD()
[00002172] 55 push ebp ; housekeeping [00002173]
8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push
00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp
[00002183] c3 ret Size in bytes:(0018) [00002183]
When we assume that:
(a) HHH is an x86 emulator that is in the same memory space as
DDD. (b) HHH emulates DDD according to the semantics of the x86
language.
then we can see that DDD emulated by HHH cannot possibly get past
its own machine address 0000217a.
more often than straw man.
memeber of a set of programs, a hypothetical program) is. >>>>>>>>>>>>>> Your first posting looked like you were going to apply equivocation
later in the discussion. Now, after several later messages, it seems
that you want to apply the fallacy of "moving the goal posts" instead.
never aborted its emulation of DDD.
*This is before any aborting occurs*
*This is before any aborting occurs*
*This is before any aborting occurs*
Here is your problem. The code of the program and its meaning according
to the semantics of the x86 language, does not suddenly change when the
aborting occurs.
You cannot possibly say one damn thing about the behavior of DDD >>>>>>>>> until you first understand that a world class x86 emulator that >>>>>>>>> HHH calls does enable HHH to correctly emulate itself emulating >>>>>>>>> DDD and the following execution trace proves this.
And when this unmodified world class x86 simulator was given olcott's >>>>>>>> DDD based on the aborting HHH as input, it showed that this has halting
behaviour.
THIS IS A VERIFIED FACT! Even olcott has verified it.
This correct simulation by the unmodified world class simulator tells >>>>>>>> us that the program has a halting behaviour.
Your *modification* of the simulator stops the simulation before it can
see the halting behaviour and decides that the input is non- halting. >>>>>>>> We know which one is correct: the unmodified world class simulator, not
the *modified* one, which aborts one cycle too soon..
SO, it it not honest to suggest that we do not understand what the >>>>>>>> world class simulator predicts.
SE CANNOT POSSIBLY HAVE ANY HONEST DIALOGUE WHEN MY REVIEWERS >>>>>>>>> INSIST ON LYING ABOUT VERIFIED FACTS.
No evidence given. No reference to a single lie.
Olcott seems just a bit short of memory.
It is unclear why olcott hides these verified fact, which he knows are true.
Still dreaming of the HHH that does an infinite recursion?
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
_main()
[00002192] 55 push ebp
[00002193] 8bec mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404 add esp,+04
[000021a2] 50 push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408 add esp,+08
[000021b0] 33c0 xor eax,eax
[000021b2] 5d pop ebp
[000021b3] c3 ret
Size in bytes:(0034) [000021b3]
machine stack stack machine assembly >>>>>>>>> address address data code language >>>>>>>>> ======== ======== ======== ========= ============= >>>>>>>>> [00002192][00103820][00000000] 55 push ebp ; Begin main()
[00002193][00103820][00000000] 8bec mov ebp,esp ; housekeeping
[00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:1038c4
Begin Local Halt Decider Simulation Execution Trace Stored at:1138cc
[00002172][001138bc][001138c0] 55 push ebp ; housekeeping
[00002173][001138bc][001138c0] 8bec mov ebp,esp ; housekeeping
[00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
New slave_stack at:14e2ec
[00002172][0015e2e4][0015e2e8] 55 push ebp ; housekeeping
[00002173][0015e2e4][0015e2e8] 8bec mov ebp,esp ; housekeeping
[00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD >>>>>>>>> [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
Local Halt Decider: Infinite Recursion Detected Simulation Stopped >>>>>>>>>
Before we can proceed to the next step you must first agree
that the second emulation of DDD by the emulated HHH is proven
to be correct on the basis that it does emulate the first four
instructions of DDD.
I agree that the simulation makes a good start, but it fails to
complete the simulation up to the end, making the simulation as a whole >>>>>> incorrect.
We cannot proceed before you understand this.
Here is no abort and x86utm emulating 100,000,000 instructions.
What happens after those 100 000 000 instructions are executed?
I just showed you what happens immediately below. It shows
that 100,000,000 million instructions were executed and the
full trace requires 1,492,537 Pages.
But does not abort the exectuion?
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
On 9/6/2024 5:22 AM, Mikko wrote:The simulated HHH is not the same if it doesn’t abort. The construction
On 2024-09-03 13:58:27 +0000, olcott said:That is not exactly true. There is a directly executed HHH that always returns and a DDD emulated by HHH that calls an emulated HHH that never returns.
Anyone who really knows either x86 assembly or machine langage or C can
_DDD()
[00002172] 55 push ebp ; housekeeping [00002173] >>> 8bec mov ebp,esp ; housekeeping [00002175] 6872210000 push >>> 00002172 ; push DDD [0000217a] e853f4ffff call 000015d2 ; call
HHH(DDD)
[0000217f] 83c404 add esp,+04 [00002182] 5d pop ebp >>> [00002183] c3 ret Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell that machine
address 0000217f is unreachable for every DDD emulated by HHH
according to the semantics of the x86 language where HHH emulates
itself emulating DDD.
see that the machine address 217f is unreachachable only if the program
at 000015d2, named HHH, does not return.
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly
executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Since assuming away the pathological relationship that does
indeed exist is so ridiculously stupid I initially called
people despicable lying bastards for doing this.
Now it seems more like people have been so deeply indoctrinated
with the "received view" that you can smack them in the face with
the truth so hard that it will knock them down and they never
notice that you said a single word.
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly
executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly
executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Since assuming away the pathological relationship that does
indeed exist is so ridiculously stupid I initially called
people despicable lying bastards for doing this.
Now it seems more like people have been so deeply indoctrinated
with the "received view" that you can smack them in the face with
the truth so hard that it will knock them down and they never
notice that you said a single word.
On 9/8/2024 4:19 AM, Mikko wrote:
On 2024-09-07 13:51:47 +0000, olcott said:
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly
executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Saying "I have conclusively proven" wihtout actually proving anything
is not convincing.
Now there is a permanent link to the full file of the complete proof https://www.liarparadox.org/HHH(DDD).pdf
On 9/8/2024 4:19 AM, Mikko wrote:
On 2024-09-07 13:51:47 +0000, olcott said:
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or
C can see that the machine address 217f is unreachachable only if
the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly
executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Saying "I have conclusively proven" wihtout actually proving anything
is not convincing.
Now there is a permanent link to the full file of the complete proof https://www.liarparadox.org/HHH(DDD).pdf
We can know that HHH really is emulating itself emulating DDD
because the execution trace of this second emulation matches
the x86 source code of DDD line-by-line.
Here is the C source-code that generated that x86 code. https://github.com/plolcott/x86utm/blob/master/Halt7.c
That these things may be over your head does not provide
the slightest trace of evidence that the above is not
compete proof.
On 9/8/2024 9:41 AM, Mikko wrote:
On 2024-09-08 13:51:25 +0000, olcott said:
On 9/8/2024 4:19 AM, Mikko wrote:
On 2024-09-07 13:51:47 +0000, olcott said:
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or >>>>>>>> C can see that the machine address 217f is unreachachable only if >>>>>>>> the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly >>>>>> executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Saying "I have conclusively proven" wihtout actually proving anything
is not convincing.
Now there is a permanent link to the full file of the complete proof
https://www.liarparadox.org/HHH(DDD).pdf
There is no proof in that file.
That the execution trace of DDD emulated by HHH is proven
by the x86 source code of DDD. That HHH correctly emulates
itself emulating DDD is proven by the fact that the second
execution trace provided by the emulated HHH matches the
x86 source code of DDD. That DDD cannot possibly reach
it "ret" instruction final halt state is proven by these
two execution traces and the source-code of DDD.
All this taken together proves that HHH had to abort its
emulation of DDD to prevent the infinite execution of DDD.
*Which proves that this criterion has been met*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
On 9/8/2024 9:41 AM, Mikko wrote:
On 2024-09-08 13:51:25 +0000, olcott said:
On 9/8/2024 4:19 AM, Mikko wrote:
On 2024-09-07 13:51:47 +0000, olcott said:
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or >>>>>>>> C can see that the machine address 217f is unreachachable only if >>>>>>>> the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly >>>>>> executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Saying "I have conclusively proven" wihtout actually proving anything
is not convincing.
Now there is a permanent link to the full file of the complete proof
https://www.liarparadox.org/HHH(DDD).pdf
There is no proof in that file.
That the execution trace of DDD emulated by HHH is proven
by the x86 source code of DDD.
On 9/8/2024 9:41 AM, Mikko wrote:
On 2024-09-08 13:51:25 +0000, olcott said:
On 9/8/2024 4:19 AM, Mikko wrote:
On 2024-09-07 13:51:47 +0000, olcott said:
On 9/7/2024 2:57 AM, Mikko wrote:
On 2024-09-06 11:20:52 +0000, olcott said:
On 9/6/2024 5:22 AM, Mikko wrote:
On 2024-09-03 13:58:27 +0000, olcott said:
_DDD()
[00002172] 55 push ebp ; housekeeping >>>>>>>>> [00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Anyone that is not dumber than a box of rocks can tell
that machine address 0000217f is unreachable for every
DDD emulated by HHH according to the semantics of the
x86 language where HHH emulates itself emulating DDD.
Anyone who really knows either x86 assembly or machine langage or >>>>>>>> C can see that the machine address 217f is unreachachable only if >>>>>>>> the program at 000015d2, named HHH, does not return.
That is not exactly true. There is a directly executed HHH
that always returns and a DDD emulated by HHH that calls
an emulated HHH that never returns.
There is only one DDD. The emulated DDD is the same as the directly >>>>>> executed DDD. If HHH emulates someting else then that is not DDD.
I have conclusively proven that DDD, DD, D, PP and P
do have different behavior within pathological relationships
than outside of pathological relationships at least 1000
times in the last three years.
Saying "I have conclusively proven" wihtout actually proving anything
is not convincing.
Now there is a permanent link to the full file of the complete proof
https://www.liarparadox.org/HHH(DDD).pdf
There is no proof in that file.
That the execution trace of DDD emulated by HHH is proven
by the x86 source code of DDD. That HHH correctly emulates
itself emulating DDD is proven by the fact that the second
execution trace provided by the emulated HHH matches the
x86 source code of DDD. That DDD cannot possibly reach
it "ret" instruction final halt state is proven by these
two execution traces and the source-code of DDD.
All this taken together proves that HHH had to abort its
emulation of DDD to prevent the infinite execution of DDD.
*Which proves that this criterion has been met*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 20:27:53 |
Calls: | 10,390 |
Calls today: | 1 |
Files: | 14,061 |
Messages: | 6,416,975 |