


Assembly language is basically a series of instructions for the computer to read and write to memory addresses. What is an assembly language? Any type of computer operates by a bunch of reads and writes to its memory addresses. I'd say Action replay and Gecko OS codes are slightly more low level than common computer languages like C++ and Java but more more higher level than any type of assembly language. The trade-off is that if you understand low level language you are usually able to do more optimization but a higher level language is much, much, much easier to write. What is low level computer language? Basically the more low level a computer language is the easier it is for a computer to understand the code, the higher the level the more easy(it should be)for a human to understand. You've all probably heard of computer programming and thought about the 1s and 0s but most of that is used for very low level computer language.
