Difference between revisions of "Getting Started"

From SizeCoding
Jump to: navigation, search
(1-byte opcodes)
Line 8: Line 8:
  
 
=== 1-byte opcodes ===
 
=== 1-byte opcodes ===
 +
The 80x86 family was originally a [https://en.wikipedia.org/wiki/Complex_instruction_set_computing CISC] design, which intentionally errs on the side of doing as much as possible
  
 
== Tools and Workflows ==
 
== Tools and Workflows ==

Revision as of 22:00, 5 August 2016

You're going to be learning assembler.

Know your environment

"default environment settings"

.COM file defaults

1-byte opcodes

The 80x86 family was originally a CISC design, which intentionally errs on the side of doing as much as possible

Tools and Workflows

Where to go from here?

Tips, Tricks, and Techniques

Case Studies

Resources