Resource Collection Archive

Resource Collection Archive

A compiled list of resources that are great to check out! I’ll leave a mark ┊✎┊ if I’ve used that particular resource before. Please use your browser’s search and find function or the table of contents links to find headers!

Continue reading →

x86 Assembly Basics

x86 Assembly Basics

x86 assembly is a low-level programming language that is converted into machine executable code by a utility program such as MASM (Windows) or NASM (Linux). Low-level languages use assemblers to directly translate and are machine-oriented, while high-level languages such as Python use a compiler or interpreter and are more user-friendly. Low-level languages are faster than high-level but slower than machine languages!

Continue reading →