18 lines
348 B
Markdown
18 lines
348 B
Markdown
---
|
|
id: 2v5c
|
|
title: Assembly
|
|
tags: [CPU]
|
|
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
|