To RISC or not to RISC
- From: "KJH" <k_jh77@xxxxxxxxx>
- Date: 27 Oct 2006 08:08:40 -0700
Hi!
Me thinks RISC based processor is boring to program in assembly. I
might be wrong, but I have the impression that more and more modern
CPU's are being designed as RISC. Relatively small set of instructions,
fixed-length instructions, really intended to program in HLL. Vast set
of registers to use, with usually funny names like R0 - R20 etc...
In contrast, x86 has few registers, and you can even halve those regs
into high and lo part and xchg those if it makes sense :) You got all
these special opcodes to do tiny little things, and you can really play
with the code... Focus on to details. That's what I like.
I don't get that 'assembly' feeling when I'm coding for example ARM.
It's not bad, but it doesn't give me the kick. Too little instructions
to choose :( I'm afraid that pure assembly coding is getting in the
future in position where it just isn't practical to do (if it is even
nowadays), but I don't want to code in C or it's nephews. Not much
anyway. I want to fiddle bits, and make ultratight loops, even if it
takes a little bit longer to code in low-level.
What do people here think about? How many will admit that they enjoy
pure ASM coding? It seems sometimes like it's almost criminal to enjoy
programming in assembly, but what can you do when you have seen the
light? ;)
Besides asm is still the mother of all machine languages (not counting
binary)...
.
- Follow-Ups:
- Re: To RISC or not to RISC
- From: ¬a\\/b
- Re: To RISC or not to RISC
- From: Phil Carmody
- Re: To RISC or not to RISC
- From: Andreas Kochenburger
- Re: To RISC or not to RISC
- From: Herbert Kleebauer
- Re: To RISC or not to RISC
- From: Betov
- Re: To RISC or not to RISC
- Prev by Date: Re: 12 Misconceptions
- Next by Date: Re: To RISC or not to RISC
- Previous by thread: HLA and embedded controllers
- Next by thread: Re: To RISC or not to RISC
- Index(es):
Relevant Pages
|