eolas/zk/Assembly.md
2024-03-14 14:00:03 +00:00

348 B

id title tags created
2v5c Assembly
CPU
Tuesday, March 12, 2024

Assembly

Summary

  • Machine code is hard for humans to parse, even in Hexadecimal_number_system

  • Assembly is one level up from machine code and provides a more human-friendly abstraction layer

Summary, My Insight, Applications, Related Not