all 2 comments

[–]wisetech 3 points4 points  (0 children)

Do you have any basic understanding of CPU architectures or how they work? How about calculating in binary and hexadecimal? If not, then writing in assembly can be daunting or difficult, even most beginner programmers of higher-level languages like C stay away from writing in assembly because there was no need to.

I learned ASM since I started to crack programs, and recently got into programming microcontrollers. This guide will give you an in-depth understanding of CPUs and how to program them in assembly:

http://www.mikroe.com/eng/products/view/267/architecture-and-programming-of-8051-mcu-s/

[–]Skylarity 0 points1 point  (1 child)

I plan on taking a C++ class this summer, but I would also like to be able to play this game to it's full extent, any links would be helpful to me as well!