diff --git a/fundamentals3.md b/fundamentals3.md index bbe8f62..0ed2585 100644 --- a/fundamentals3.md +++ b/fundamentals3.md @@ -9,6 +9,8 @@ title: Fundamentals ## 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 ### ### Registers ###