eolas/zk/Assembly.md

19 lines
348 B
Markdown
Raw Normal View History

2024-03-12 07:20:03 +00:00
---
id: 2v5c
title: Assembly
2024-03-12 07:30:03 +00:00
tags: [CPU]
2024-03-12 07:20:03 +00:00
created: Tuesday, March 12, 2024
---
# Assembly
2024-03-14 14:00:03 +00:00
## 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