Results -9 to 0 of 33

Threaded View

  1. #26
    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.