Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v2gbvg$51fq$16@dont-email.me>
Deutsch   English   Français   Italiano  
<v2gbvg$51fq$16@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.lang.c,comp.lang.c++
Subject: Re: Can someone please verify the execution trace of this?
Date: Mon, 20 May 2024 13:31:43 -0700
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <v2gbvg$51fq$16@dont-email.me>
References: <v2b78t$2vima$1@dont-email.me>
 <v2df79$3ghfd$1@raubtier-asyl.eternal-september.org>
 <v2di7v$3gujt$1@dont-email.me>
 <v2eada$3p6sk$1@raubtier-asyl.eternal-september.org>
 <v2edbr$3pl2i$1@dont-email.me>
 <v2eluk$3r1qu$1@raubtier-asyl.eternal-september.org>
 <v2enl9$3r9t0$1@dont-email.me>
 <v2erbb$3rt3e$1@raubtier-asyl.eternal-september.org>
 <v2fnqq$1hhg$1@dont-email.me>
 <v2fpgi$1vq6$1@raubtier-asyl.eternal-september.org>
 <v2fs3s$2i1u$1@dont-email.me>
 <v2g0fd$3hp3$1@raubtier-asyl.eternal-september.org>
 <v2g0oc$3j0c$1@dont-email.me> <v2g55d$4cjb$1@dont-email.me>
 <v2g7fv$4nu0$4@dont-email.me> <v2g7vf$51fq$1@dont-email.me>
 <v2g8g3$51fq$3@dont-email.me> <v2g8ov$551c$2@dont-email.me>
 <v2g90g$51fq$6@dont-email.me> <v2g995$59f0$1@dont-email.me>
 <v2g9br$51fq$9@dont-email.me> <v2g9nv$59f0$3@dont-email.me>
 <v2gada$51fq$12@dont-email.me> <v2gao3$59f0$4@dont-email.me>
 <v2gb8q$5jfs$4@dont-email.me> <v2gbt7$5nsv$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 20 May 2024 22:31:45 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c64270d287de33e0b6496e257486af9b";
	logging-data="165370"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+sCWZgJ3cn3Yd4qe5fSVEhok42zXe8Kgk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:UCARiWsDkhNh1JX/vLSkX+TVFak=
In-Reply-To: <v2gbt7$5nsv$1@dont-email.me>
Content-Language: en-US
Bytes: 3476

On 5/20/2024 1:30 PM, olcott wrote:
> On 5/20/2024 3:19 PM, Chris M. Thomasson wrote:
>> On 5/20/2024 1:10 PM, olcott wrote:
>>> On 5/20/2024 3:04 PM, Chris M. Thomasson wrote:
>> [...]
>>
>>>>>> How can I create a program that runs in your simulator?
>>>>> That is another different category of question.
>>>>
>>>> It's been a while since I have used x86 assembly language. But, I 
>>>> can get back into it, if needed... Here is some of my older code:
>>>>
>>>> https://web.archive.org/web/20060214112539/http://appcore.home.comcast.net/appcore/src/cpu/i686/ac_i686_masm_asm.html
>>
>>> I found out that almost everyone is totally clueless about
>>> assembly language and that is why it is so important that
>>> credible experts confirm what I already know:
>> [...]
>>
>> So, you created a simulator for x86? 32-bit I am assuming. Fwiw, I am 
>> interested on how you simulate the cmpxchg8b and/or the cmpxchg16b 
>> functions?
>>
> 
> I use libx86emu providing an interface so that any C function
> can simulate any other C function in debug step mode. The
> original H can even simulated itself simulating P.

Can you show me a sample H? Is H a little program?


> 
> Please get back to the behavior of D correctly simulated by H.
> My recent surgery cut short the time that I need to do essential
> household chores. When they put me on the experimental medication
> that they use for POD24 cases I may be too weak to do stuff that
> must be done.
>