Study note
Exercism x86-64 Assembly
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Systems
- Category
- 汇编、链接与可执行文件
- Source
- exercism.org
- Vault note
library/articles/systems/Exercism-x86-64-Assembly-438d2700452c5681.md
Summary
Exercism 的 x86-64 Assembly track,提供一组使用 NASM 练习汇编语言的题目,从基础数据处理到更复杂的控制流和函数实现。
Highlights
适合把汇编学习从“读语法”推进到“写题练手”,能快速暴露调用约定和寄存器使用问题。
Notes
使用 NASM 的 x86-64 汇编练习。
Comments
Loading comments...