Deutsch English Français Italiano |
<v5vr16$1oana$9@i2pn2.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: Richard Damon <richard@damon-family.org> Newsgroups: comp.theory,sci.logic Subject: Re: Flat out dishonest or totally ignorant? Date: Mon, 1 Jul 2024 23:09:26 -0400 Organization: i2pn2 (i2pn.org) Message-ID: <v5vr16$1oana$9@i2pn2.org> References: <v5vkun$1b0k9$1@dont-email.me> <v5vmen$1oanb$9@i2pn2.org> <v5vng3$1f17p$1@dont-email.me> <v5vp28$1oana$5@i2pn2.org> <v5vq26$1fg22$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 2 Jul 2024 03:09:27 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="1845994"; mail-complaints-to="usenet@i2pn2.org"; posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg"; User-Agent: Mozilla Thunderbird X-Spam-Checker-Version: SpamAssassin 4.0.0 In-Reply-To: <v5vq26$1fg22$1@dont-email.me> Content-Language: en-US Bytes: 2760 Lines: 60 On 7/1/24 10:52 PM, olcott wrote: > On 7/1/2024 9:35 PM, Richard Damon wrote: >> On 7/1/24 10:09 PM, olcott wrote: >>> On 7/1/2024 8:51 PM, Richard Damon wrote: >>>> On 7/1/24 9:25 PM, olcott wrote: >>>>> typedef void (*ptr)(); >>>>> int HHH(ptr P); >>>>> >>>>> void Infinite_Loop() >>>>> { >>>>> HERE: goto HERE; >>>>> } >>>>> >>>>> void Infinite_Recursion() >>>>> { >>>>> Infinite_Recursion(); >>>>> } >>>>> >>>>> void DDD() >>>>> { >>>>> HHH(DDD); >>>>> } >>>>> >>>>> int main() >>>>> { >>>>> HHH(Infinite_Loop); >>>>> HHH(Infinite_Recursion); >>>>> HHH(DDD); >>>>> } >>>>> >>>>> Every C programmer that knows what an x86 emulator is knows >>>>> that when HHH emulates the machine language of Infinite_Loop, >>>>> Infinite_Recursion, and DDD that it must abort these emulations >>>>> so that itself can terminate normally. >>>> >>>> Right. >>>> >>> >>> Then why do you contradict yourself below? Did you forget to lie? >> >> Because I didn't contradict my self or lie, as the programs are >> different. >> > > See what you agreed to by re-reading the words that > you agreed to and you will see that you forgot to lie > this time. > Your streaching. You know what I mean, and if you want to get finicky, I will pull out the doxens of LIES that you have implicitly admitted to by not providing the references you claimed to have. Yes, HHH must abort its emulation to return, but that doesn't mean that THIS input in non-halting. I could point out that it is IMPOSSIBLE for you HHH to actually correctly do the emulation you claim on the input provided (since there is no code provded to emulate the call HHH) so your question is just invalid.