Results 1 to 4 of 4

Thread: Whats asm capible of?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517

    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 =)

  2. #2
    ChimpFace9000
    Guest
    What kind of limits are you talking about? Access to hardware? No limits. OOP? Many limits. Speed? No limits. Self satisfaction? No limits.

  3. #3
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    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).

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width