Re: usage of assembly




david s:
well i am a computer science student so i am just starting, but it
still seems to me MUCH less time consuming to write in java or c. i
mean 1 instruction in java could take 5-10 instructions (or more) in
asm. i understand that asm runs quicker, and gives the programmer more
power, but its hard for me to belivce that even the experienced asm
coder can write equally as fast as a java or c coder. i guess
experience will tell, the only thing is that i wanted to know how much
effort i should put into asm now.

ASM is more important to understand than to write in directly. I
personally use assembly in job quite a lot, because we do some binary-
level manipulation of program. of course this is possible only in

But overally, ASM is usually used only for as small parts as possible,
like described before. Not because it is extra hard to write (it is
not), but because it is harder to maintain and unportable. That is
REAL problem with writing in assembly.

.



Relevant Pages

  • Re: usage of assembly
    ... still seems to me MUCH less time consuming to write in java or c. i ... mean 1 instruction in java could take 5-10 instructions in ... i understand that asm runs quicker, ... something in Java than assembly language. ...
    (comp.lang.asm.x86)
  • Re: Javas performance far better that optimized C++
    ... there is no need any asm to build an OS. ... > of Java is to be an interpreted language, ... Any general-purpose language is a panacea. ...
    (comp.lang.cpp)
  • Re: usage of assembly
    ... still seems to me MUCH less time consuming to write in java or c. i ... mean 1 instruction in java could take 5-10 instructions in ... i understand that asm runs quicker, ... However, whether you are using HLL or assembly, your ability to ...
    (comp.lang.asm.x86)
  • Re: usage of assembly
    ... still seems to me MUCH less time consuming to write in java or c. ... the operators are straightforward to implement directly in asm. ... On processors with instructions dedicated to specific problems (e.g. ... sort() and everything boils down to a bunch of very primitive ...
    (comp.lang.asm.x86)
  • Re: usage of assembly
    ... still seems to me MUCH less time consuming to write in java or c. i ... mean 1 instruction in java could take 5-10 instructions in ... i understand that asm runs quicker, ... In native assembler that "invoke" statement is going to translate into ...
    (comp.lang.asm.x86)