51

Assembly programmers be like

Comments
  • 19
  • 13
    You missed the fact that we dont une functions

    WE USE REGISTERS
  • 4
    @linuxer4fun registration succesful.

    #notrelated
  • 7
    @linuxer4fun registers and functions are completely different
  • 3
    @ewpratten yea - but registers are used to pass parameters to system calls - which one could interpret as functions
  • 3
    @linuxer4fun ya.. I guess.
  • 3
    I think you mean
    jmp

    I just like jmping to conclusions
  • 1
    To BE or to BNE
  • 1
    @PonySlaystation

    Nah comon, that meme is ok because its creotive.

    Yes there is goto. You can even jump while leaving a stacktrace (yep...)
  • 3
    I work with assembly on a daily basis, and I can say that we use unconditional jumps which are the exact same as a goto.

    The architecture I'm working with also have hardware implemented loops, so we have actual loop instructions. It is not true that assembly programmers does not use for and while.
  • 4
    @PonySlaystation please cut it out. You don’t get to be abusive towards people because you don’t like the content they post.

    I enjoyed this, so did many others. You’re entitled not to enjoy it, you’re not entitled to write comments like that.
  • 1
    @jpuge i use assembly often too. But pure assembly.
Add Comment