TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Intro to X86 Assembly with FASM – Part 2

54 点作者 brakmic超过 8 年前

2 条评论

wolfgke超过 8 年前
Part 1: <a href="http:&#x2F;&#x2F;blog.brakmic.com&#x2F;intro-to-x86-assembly-with-fasm&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.brakmic.com&#x2F;intro-to-x86-assembly-with-fasm&#x2F;</a>
Koshkin超过 8 年前
Writing a program for Win32 in assembly is easy, instructive, and fun. It is easy because most of the heavy lifting is done using the API, instructive - because it removes the shroud of mystery from the way your code actually interacts with the OS. And it is simply a lot of fun. Highly recommended!