Results 1 to 10 of 33

Hybrid View

  1. #1
    Player
    Rinoa's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    526
    Character
    Rinoa Lilieu
    World
    Hyperion
    Main Class
    Blacksmith Lv 88
    I feel bad to admit this but, I don't like 2d games. It's just a short thing though. Last year i spent 9 strait hours playing Atari 2600. 3 hours of E.T.(oddly my favorite Atari game). I spent over 150 bucks in getting the commodore with disc drive and flight simulatore, It burned up in one week too. =(

    Anyway have you messed with assembly code yet?
    (0)

  2. #2
    Player
    Zetonegi's Avatar
    Join Date
    Aug 2011
    Posts
    135
    Character
    Zeto Negi
    World
    Excalibur
    Main Class
    Arcanist Lv 90
    Quote Originally Posted by Rinoa View Post
    Anyway have you messed with assembly code yet?
    Who hasn't messed with assembly? Don't expect anyone to actually write assembly code, that's a waste of time, but any decent programmer should know how to read it for debugging purposes because it can be quite helpful in finding out exactly where something goes wrong and why it does etc. Even then you don't need to check the assembly code for your normal debugging efforts.

    Aaaaand here is the assembly of Hello World when compiled on a linux machine(I'm pretty sure think its 32bit)

    http://pastebin.com/nFY5pLJ1
    (0)
    Last edited by Zetonegi; 09-11-2011 at 12:24 PM.