|
-
Dec 29th, 2001, 09:34 PM
#1
Thread Starter
Frenzied Member
Whats asm capible of?
You know everyone says that VB has alot of limits, which is quite true. So does C++, it cant do completely everything either. My simple question is, can ASM not do anything? Are there limits to what it can do?
Just curious =)
-
Dec 29th, 2001, 11:43 PM
#2
What kind of limits are you talking about? Access to hardware? No limits. OOP? Many limits. Speed? No limits. Self satisfaction? No limits.
-
Jan 3rd, 2002, 08:04 AM
#3
Frenzied Member
ASM is directly talking to your processor, it's what everything is based on, the only limit it was AMD (or intel for losers) made it (not in a bad way tho, that's good).
-
Jan 6th, 2002, 02:06 PM
#4
AMD didn't do it, neither did Intel. ASM was the first language invented when programmers didn't want to do hex coding anymore. ASM is older than the PC and maybe even older than the microprocessor. But ASM is the most non-portable language there is. This is because each version of ASM directly represents the instruction set of the cpu it was made for. When Intel invented the 8086, it created an instruction set and people made an ASM version for it. So, the instructions we all use were basically invented by Intel, but not ASM itself.
ASM can do anything that is possible with your computer. The only limits you have are by hardware, there are no limits by software in any way but TIME. If you don't like the limits windows sets to hardware access, write your own OS
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|