From 8d92ed9883131876da162d08a62db87765d63444 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 12 Mar 2024 07:20:03 +0000 Subject: [PATCH] Autosave: 2024-03-12 07:20:03 --- zk/Assembly.md | 8 ++++++++ zk/Hexadecimal_number_system.md | 7 +++---- zk/Machine code.md | 7 ++++--- 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 zk/Assembly.md diff --git a/zk/Assembly.md b/zk/Assembly.md new file mode 100644 index 0000000..1235858 --- /dev/null +++ b/zk/Assembly.md @@ -0,0 +1,8 @@ +--- +id: 2v5c +title: Assembly +tags: [] +created: Tuesday, March 12, 2024 +--- + +# Assembly diff --git a/zk/Hexadecimal_number_system.md b/zk/Hexadecimal_number_system.md index ee9bfb5..b083496 100644 --- a/zk/Hexadecimal_number_system.md +++ b/zk/Hexadecimal_number_system.md @@ -5,10 +5,9 @@ tags: [number-systems] # Hexadecimal number system Hexadecimal is the other main number system used in computing. It works in -tandem with the -[binary number system](Binary_number_system.md) -and provides an easier and more accessible means of working with long sequences -of binary numbers. +tandem with the [binary number system](Binary_number_system.md) and provides an +easier and more accessible means of working with long sequences of binary +numbers. ## Hexadecimal place value diff --git a/zk/Machine code.md b/zk/Machine code.md index 8da5292..96cd848 100644 --- a/zk/Machine code.md +++ b/zk/Machine code.md @@ -54,7 +54,8 @@ instruction: - Finally, the immediate value is equivalent to decimal `4` -## In hexadecimal +## Difficulty -We can make things easier to understand by using the -[[Hexadecimal_number_system]]: +Binary sequences are hard to understand, even if converted to the +[[Hexadecimal_number_system]]. We have a better way of managing operations on +the machine level: [[assembly]].