save point

This commit is contained in:
Amanda Rousseau
2017-03-13 16:45:04 -07:00
parent a4dd716c36
commit e63cbfd751

View File

@@ -9,6 +9,8 @@ title: Fundamentals
## x86 Assembly ## ## x86 Assembly ##
The C programming is a high level language interpreted by the compiler that converts code into machine instructions called assembly language. By using a disassembler tool we can get the assembly language of a compiled C program.
### Opcodes and Instructions ### ### Opcodes and Instructions ###
### Registers ### ### Registers ###