Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- Date: Fri, 11 Mar 2011 06:41:58 +0100
- From: Attila Kinali <attila@example.com>
- Subject: Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- References: <AANLkTim_-D9CFYC8TNp33ni85zB+QBA7jV=BpLN=4SbZ@example.com> <AANLkTimhSGxdPk45AMZHqX8eo2PS75K-qkuV+xMS7bdH@example.com> <AANLkTimSRkAiworM=O5VRfTVw-jBA4z=iD89OXY9sWxB@example.com> <4D765593.4090409@example.com> <4D76ECFF.30903@example.com> <AANLkTim=he_XLrHsFU2RMEUtq1f30AROO1mYQ7nLJvL3@example.com> <DED1953A-4193-4A6B-9ED4-BF0F676BA509@example.com> <AANLkTikTORsQbrnd0wAu_QwntBmjijBT83s24=5t_h2Z@example.com> <2E17A6AD-8F2B-4AEA-9555-4FB82ADA3B29@example.com> <20110309193326.4c0712da.jep200404@example.com> <4D781FA8.1040102@example.com> <20110309203709.575cbf84.jep200404@example.com> <AANLkTimo9yUpeOUAikpFPg75nEJ0QpHKcsm+VBt+sRKs@example.com> <20110310015425.4d9e751b.jep200404@example.com> <AANLkTinnnmu2qMhJ6EZfdMakURU-okO5r1LhUMRJ0QTZ@example.com> <4D78A467.4060707@example.com>
On Thu, 10 Mar 2011 19:13:59 +0900 Lewske Wada <ryu@example.com> wrote: > How about > > mov bx, ax > shl bx, 3 > sub bx, ax > > to get 7 times ax? I'm actually not sure whether this is faster than a mul ax, 7 on modern processors. Please keep in mind that logic delay is virtually zero for most functions, even complex ones like multiplies, while codes like the one abve induce pipeline stals because the result of the previous operation is used imediatly. Attila Kinali -- It is the unknown we fear when we look upon death and darkness, nothing more. -- Albus P. W. B. Dumbledore
- References:
- [tlug] Alternatives to sed + awk
- From: Nguyen Vu Hung
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- Re: [tlug] Alternatives to sed + awk
- From: Nguyen Vu Hung
- Re: [tlug] Alternatives to sed + awk
- From: Raymond Wan
- Re: [tlug] Alternatives to sed + awk
- From: Lewske Wada
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- Re: [tlug] Alternatives to sed + awk
- From: Lewske Wada
- Re: [tlug] Alternatives to sed + awk
- From: Josh Glover
- Re: [tlug] Alternatives to sed + awk
- From: Lewske Wada
- [tlug] Assembly Language v C and Embedded Development (was Re: Alternatives to sed + awk)
- From: jep200404
- Re: [tlug] Assembly Language v C and Embedded Development (was Re: Alternatives to sed + awk)
- From: Lewske Wada
- Re: [tlug] Assembly Language v C and Embedded Development
- From: jep200404
- Re: [tlug] Assembly Language v C and Embedded Development
- From: Josh Glover
- Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- From: jep200404
- Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- From: Josh Glover
- Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- From: Lewske Wada
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Alternatives to sed + awk
- Next by Date: Re: [tlug] Alternatives to sed + awk
- Previous by thread: Re: [tlug] Assembly Language v C and Embedded Development: !gcc for PIC16F84
- Next by thread: Re: [tlug] Assembly Language v C and Embedded Development
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links