12

Assembly language broke my brain today

Comments
  • 11
    You gotta be a special case of stupid if you cant use a stackmachine with 10 commands
  • 1
    At school we learn it today in 8 hours and build a snake game...@ganjaman but yes i m probably dumb 😵.
  • 3
    I‘m in the best way to reach this level of development. I started with web, then got to desktop. Now I‘m preparing for C for embedded systems. So ASM is not so far anymore.
  • 7
    x64 asm is bloody insane.
    x86 is better.
    z80 is easy!
  • 3
    @Sumafu embedded c might be the hardest, debugging on live hardware is a pain
  • 3
    I started with a 6502 emulator and I slowly started seeing light at the end of the tunnel
  • 5
    But asm always makes sense? It does what it says it does. Nothing more
  • 0
    Sorry if i hurt you im just a noob in this language for me it was very hard to understand something 🤕
  • 0
    Thank you for the advice I will try maybe some more easy challenge
  • 0
    X64 has its mindfucks indeed 😃
  • 1
    @Guillaumez btw this guy has an awesome getting started video, i started learning from this, he made it pretty easy for me. https://youtu.be/rxsBghsrvpI
  • 0
    @preyka Thank you i m gonna check it
  • 0
    @ganjaman
    Nah, you use the famous
    "printf("WORKS");"
    But insted of printf you use output with a led connected to it.
Add Comment