From e63cbfd751128c7968f9f1446fbee413b0012dc4 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 13 Mar 2017 16:45:04 -0700 Subject: [PATCH] save point --- fundamentals3.md | 2 ++ 1 file changed, 2 insertions(+) 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 ###