Liste des Groupes | Revenir à theory |
On 5/11/2025 4:25 AM, Mikko wrote:No, there are seven instructions in a particular translation of DDD.On 2025-05-10 15:25:16 +0000, olcott said:_DDD()
On 5/10/2025 2:33 AM, Mikko wrote:Thera are only two statements in DDD. HHH does not correctly emulateOn 2025-05-09 16:25:12 +0000, olcott said:It is stipulated that when one or more statements
void DDD()That one or more statements of DDD are correctly simulated does not
{
HHH(DDD);
return;
}
When 1 or more statements of DDD are correctly
simulated by HHH then this correctly simulated
DDD cannot possibly reach its own “return statement”.
(final halt state)
mean that DDD is correctly simulated.
of DDD are correctly simulated that one or more
statements of DDD are correctly simulated.
the first one, which is a call to HHH, and not at all the second one,
which is the final return.
[0000219e] 55 push ebp
[0000219f] 8bec mov ebp,esp
[000021a1] 689e210000 push 0000219e // push DDD
[000021a6] e843f4ffff call 000015ee // call HHH
[000021ab] 83c404 add esp,+04
[000021ae] 5d pop ebp
[000021af] c3 ret
Size in bytes:(0018) [000021af]
There are seven instructions in DDD.
When DDD calls HHH(DDD) then HHH emulates
itself emulating DDD.
Les messages affichés proviennent d'usenet.