Results 1 to 5 of 5
  1. #1
    SpiderByte's Avatar
    Join Date
    Jan 2006
    Posts
    103
    Reputation
    10
    Thanks
    3

    ASM Tutorial Link

    This is what I use(d)...

    https://webster.cs.ucr.edu/AoA/DOS/AoADosIndex.html

  2. #2
    Mikoll's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    in the niggaz department
    Posts
    1,348
    Reputation
    11
    Thanks
    37
    1 What's Wrong With Assembly Language

    Assembly language has a pretty bad reputation. The common impression about assembly language programmers today is that they are all hackers or misguided individuals who need enlightenment. Here are the reasons people give for not using assembly[1]:

    * Assembly is hard to learn.
    * Assembly is hard to read and understand.
    * Assembly is hard to debug.
    * Assembly is hard to maintain.
    * Assembly is hard to write.
    * Assembly language programming is time consuming.
    * Improved compiler technology has eliminated the need for assembly language.
    * Today, machines are so fast that we no longer need to use assembly.
    * If you need more speed, you should use a better algorithm rather than switch to assembly language.
    * Machines have so much memory today, saving space using assembly is not important.
    * Assembly language is not portable.


    LMAO

  3. #3
    alien888's Avatar
    Join Date
    Oct 2007
    Posts
    28
    Reputation
    10
    Thanks
    6
    Maybe this sounds a bit nooby, but can anyone post a just basic hacking ASM tutorial? Because i don't really feel like reading so much .

  4. #4
    ipit's Avatar
    Join Date
    Feb 2008
    Posts
    1
    Reputation
    10
    Thanks
    0

    Thumbs up hue hue hue hue

    hey blank face!!! tell me some about hacking i realy wish to be one of game cheater to be my benefity offcourse do i look like james bond ?

  5. #5
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Even if this topic is from 2 years ago, this tutorial is good.
    I'm trying this one right now.