Liste des Groupes | Revenir à theory |
On 2024-08-08 18:45:00 +0000, olcott said:*After we get agreement on this*
>But has too many unimportant details.
x86 machine code is a 100% exact and concrete specification.
*Until we get agreement on this I am not talking about anything else*C is a little more vague and hides the details.With C it is possible to write unambigous programs. It is not
as easy as with many other languages because C is usually
used for purposes where implementation dependnet behaviour
need not be avoided.
typedef void (*ptr)();It is not useful to repeat what has already been said. You should
int HHH(ptr P); // simulating termination analyzer
>
void DDD()
{
HHH(DDD);
return;
}
>
Each HHH of every HHH that can possibly exist definitely
emulates zero to infinity instructions of DDD correctly.
Every expert in the C language sees that this emulated DDD
cannot possibly reaches its own "return" instruction halt state.
>
Every rebuttal that anyone can possibly make is necessarily
erroneous because the above paragraph is a tautology.
>
HHH computes the mapping from its finite string of x86 machine
code to the actual behavior that this finite string specifies
which includes recursive emulation.
always improve, at least the presentation. If you cant find any
other improvemnt you should at least correct the worst typo.
Les messages affichés proviennent d'usenet.