Liste des Groupes | Revenir à c theory |
On 2/15/2025 2:49 AM, Mikko wrote:Wrong, as shown below.On 2025-02-14 12:40:04 +0000, olcott said:*You (and everyone else) is proven wrong by the following*
On 2/14/2025 2:58 AM, Mikko wrote:That claim has already shown to be false. Nothing above shows thatOn 2025-02-14 00:07:23 +0000, olcott said:typedef void (*ptr)();
On 2/13/2025 3:20 AM, Mikko wrote:Step 1: Find people who know C.On 2025-02-13 04:21:34 +0000, olcott said:When you try to show the steps attempting to show that
On 2/12/2025 4:04 AM, Mikko wrote:The fact that the claim on subject line is false is not a truism.On 2025-02-11 14:41:38 +0000, olcott said:It is a truism and not one person on the face of the
Doesn't matter when you don't say that you are talking about that paper.Of course not. However, the fact that no reference to that articleThat paper and its code are the only thing that I have been talking about in this forum for several years.
before or when HHH
Anyway, that is irrelevant to the fact that the subject line contains
a false claim.
Earth can possibly show otherwise.
In order to determine the claim is false one needs some knowledge
that is not obvious.
it is false I will point out the error.
Step 2: Show them DD of OP and ask.
This is the only topic that I will discuss and any
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
DD correctly simulated by HHH cannot possibly terminate normally.
HHH does not return 0. If it does DD also returns 0.
918-1156 // All of the lines of termination analyzer HHHNot mentioned above.
1355-1370 // DD() through main()Not mentioned above. In this discussion DD and main are as shown above.
https://github.com/plolcott/x86utm/blob/master/Halt7.cNot mentioned above and not specified by DD.
The assembly language source code of every function in Halt7.cIrrelevant as not specified by DD.
https://github.com/plolcott/x86utm/blob/master/Halt7out.txt
This shows the complete execution trace ofMain calls HHH, not DD. The execution trace of DD is not shown.
(a) main
(b) DD
It does not show the 171 pages of execution trace of HHH.No statement about anyone being proven wrong or contradicting anything
This can be much more easily verified by the provided
239 lines of source code: 918-1156
Although the code for HHH is very difficult to understand
(Only Mike has ever really tried to understand it)
At least now it is all in one single contiguous block.
The x86utm operating system functions that it calls
are found here:
https://github.com/plolcott/x86utm/blob/master/x86utm.cpp
https://github.com/plolcott/x86utm/blob/master/include/Read_COFF_Object.h
Les messages affichés proviennent d'usenet.