Re: Hey, what is all this 'off topic' posting?
- From: keith <krw@xxxxxxxxxx>
- Date: Mon, 05 Sep 2005 12:40:58 -0400
On Sun, 04 Sep 2005 20:17:37 +0200, Frank Bemelman wrote:
> "Ken Smith" <kensmith@xxxxxxxxxxxxxxx> schreef in bericht
> news:dffcuq$8ll$4@xxxxxxxxxxxxxxxxx
>> In article <pan.2005.09.04.15.39.36.685094@xxxxxxxxxx>,
>> keith <krw@xxxxxxxxxx> wrote:
>> [...]
>> >> With asm you know you will need 10 times more time to deliver 1/10th
>> >> of the functionality.
>> >
>> >Only if you've never heard of a macro.
>>
>> You missed an obvious argument. I spend at least as much time on
>> designing the system as typing in code. If coding in C was infinitely
>> fast, it could only save me about half the time.
>
> Okay, but the design of the system does not much to do with
> the choice of the language. It's not that C coders don't
> design and start right away with an empty main().
>
> Asm macro's are (sort of) subroutines. If they are large
> and often used, they eat a lot of space as well. But they
> are a great help to avoid many silly coding errors.
Macros are far more than (even sort of) subroutines. They can do
conditional processing too. A few years back (when I was doign such
things) I had a set of x86 assmebler macros that would do PL/I-like
branch constructs (IF/THEN/ELSE, SELECT/WHEN in both forms, LOOP, UNTIL,
etc.). Assembler macros are *much* more than (sort of) subroutines. If
that's all you're using macros for, I can see why you don't much like ASM.
--
Keith
.
- Follow-Ups:
- Re: Hey, what is all this 'off topic' posting?
- From: Bob Monsen
- Re: Hey, what is all this 'off topic' posting?
- References:
- Hey, what is all this 'off topic' posting?
- From: Bob Monsen
- Re: Hey, what is all this 'off topic' posting?
- From: SioL
- Re: Hey, what is all this 'off topic' posting?
- From: Frank Bemelman
- Re: Hey, what is all this 'off topic' posting?
- From: keith
- Re: Hey, what is all this 'off topic' posting?
- From: Ken Smith
- Re: Hey, what is all this 'off topic' posting?
- From: Frank Bemelman
- Hey, what is all this 'off topic' posting?
- Prev by Date: Re: pic 16C765, using USB C source
- Next by Date: Re: Bush is either a liar, or an idiot, or both.
- Previous by thread: Re: Hey, what is all this 'off topic' posting?
- Next by thread: Re: Hey, what is all this 'off topic' posting?
- Index(es):
Relevant Pages
|