From 72f787d3a12f3461628e8aa91a989cded173dfcc Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 14 Mar 2024 14:00:03 +0000 Subject: [PATCH] Autosave: 2024-03-14 14:00:03 --- zk/Assembly.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zk/Assembly.md b/zk/Assembly.md index 4c297fb..ad6ab4c 100644 --- a/zk/Assembly.md +++ b/zk/Assembly.md @@ -6,3 +6,13 @@ created: Tuesday, March 12, 2024 --- # Assembly + +## Summary + +- Machine code is hard for humans to parse, even in + [[Hexadecimal_number_system|hexadecimal]] + +- Assembly is one level up from machine code and provides a more human-friendly + abstraction layer + +Summary, My Insight, Applications, Related Not