Autosave: 2024-03-12 07:30:03

This commit is contained in:
thomasabishop 2024-03-12 07:30:03 +00:00
parent 8d92ed9883
commit 76ae62afc3
3 changed files with 3 additions and 2 deletions

1
2024_03_11.md Normal file
View file

@ -0,0 +1 @@
# March 11, 2024

View file

@ -1,7 +1,7 @@
---
id: 2v5c
title: Assembly
tags: []
tags: [CPU]
created: Tuesday, March 12, 2024
---

View file

@ -58,4 +58,4 @@ instruction:
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]].
the machine level: [assembly](zk/Assembly.md)