Autosave: 2024-03-12 07:20:03

This commit is contained in:
thomasabishop 2024-03-12 07:20:03 +00:00
parent 6f887cf36c
commit 8d92ed9883
3 changed files with 15 additions and 7 deletions

8
zk/Assembly.md Normal file
View file

@ -0,0 +1,8 @@
---
id: 2v5c
title: Assembly
tags: []
created: Tuesday, March 12, 2024
---
# Assembly

View file

@ -5,10 +5,9 @@ tags: [number-systems]
# Hexadecimal number system # Hexadecimal number system
Hexadecimal is the other main number system used in computing. It works in Hexadecimal is the other main number system used in computing. It works in
tandem with the tandem with the [binary number system](Binary_number_system.md) and provides an
[binary number system](Binary_number_system.md) easier and more accessible means of working with long sequences of binary
and provides an easier and more accessible means of working with long sequences numbers.
of binary numbers.
## Hexadecimal place value ## Hexadecimal place value

View file

@ -54,7 +54,8 @@ instruction:
- Finally, the immediate value is equivalent to decimal `4` - Finally, the immediate value is equivalent to decimal `4`
## In hexadecimal ## Difficulty
We can make things easier to understand by using the Binary sequences are hard to understand, even if converted to the
[[Hexadecimal_number_system]]: [[Hexadecimal_number_system]]. We have a better way of managing operations on
the machine level: [[assembly]].