Re: A92: ASM Help
[Prev][Next][Index][Thread]
Re: A92: ASM Help
>Why on earth everybody say that assembly in more difficult than C++ ??
>Is it more difficult to know 50 operands than around 10 000 Win32 functions ?
>With assembly, you can do everything !! Not with other language
>(except if they include inline assembly or objects files compiled with
>an assembler)
My concern lies primarily in project development. There's a reason complex
software such as word processors and games are generally written in
high-level languages: managing the project in C or C++ or Visual Basic is a
lot easier than managing hundreds of thousands, if not millions, of lines
of assembly. While I doubt a calculator program will need this sort of
massive software, the point remains. :-)
--Cliff Biffle
References: