Author Topic: Can someone explain Assembler Code?  (Read 492 times)

I'm trying to edit some pre-existing Assembler code, but since I'm not versed in it, I'm getting very confused. If anyone can help me understand Assembler, can we talk on Steam or Skype?

I'm about to take a class on assembler this semester. As of right now I have almost no understanding of it, but my class on Computer Organisation is supposed to prepare me for it. Should be a fun semester.

I'm trying to merge two different Assembler codes into one. Basically, a small bit of code that do one thing into a larger code so I can use them together more easily. I managed to add them together whereas I can manually activate the smaller code, but I'm also trying to add a keybind for it via the pre-existing code. I'm not sure how to integrate that. As far as I've gotten, pressing the key causes crashes. After more editing, the code just doesn't work.

What architecture are you writing for?

Well I'm not sure exactly what to call it, which was why I'd talk over a messenger. Would be easier to show. The larger code has keybinds set up already, so I'm just trying to figure out how to add one for this code to activate on.
« Last Edit: August 25, 2013, 10:35:20 AM by MegaScientifical »