Lucille and Bud got married today!!!!!
seen from Russia
seen from Georgia
seen from China
seen from Malaysia
seen from Italy

seen from Malaysia

seen from United States
seen from China
seen from United States
seen from Russia
seen from Canada
seen from United States

seen from United States

seen from Netherlands
seen from China
seen from China

seen from United Kingdom
seen from China

seen from United States
seen from China
Lucille and Bud got married today!!!!!
Lewis to Goob complaining how loud he's being on his memory scanner project: Buy my silence. Permanently. If you let me you use as a test subject.
best memory ever
I BORROWED THE MEMORY SCANNER
JUST TO SEE MY FAVORITE MEMORY...
TADASHI KISSING ME.
PAOEJGPAJEGPAJEGAEG
x86 Assembly - Something a bit different
Assembly is cool! Being one of the most basic of languages, it is very low level but there are some really fun things you can do with it. Ollydbg is a windows compatible debugger which allows you to view .dll and .exe files in their most basic assembly format. Its available free from http://www.ollydbg.de/
Essentially from here you are able to modify executables after they have been compiled, and make adjustments to them. In addition you also get an understanding of how a program runs, this understanding along with memory scanners can allow you create trainers that modify the memory to create things like cheats for games.
Memory scanners are a great start for any beginner to learn how to modify a program's memory in real-time. Highly recommended for starters is TSearch 1.6b(http://wpepro.net/index.php?categoryid=4), this easy to use trainer also contains powerful breakpoints/hardware breakpoints along with scripting of assembly to defeat issues like DMA (Dynamic Memory Addresses) in memory.
After you get the basics of that, Cheat Engine (http://www.cheatengine.org/downloads.php) is worth a look. It is more powerful than TSearch and is constantly being improved upon.
Now I understand that you may be thinking that's probably not the best way to learn assembly. However by using the memory scanners you will get an idea for how memory works within a program at the lowest-level, that coupled with decompilers/debuggers you should get a good understanding of assembly.
Obviously you will need some sort of cheat sheet for the commands used in assembly, so here is a good one to get you started! http://www.jegerlehner.ch/intel/IntelCodeTable.pdf