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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

C vs. ASM: Making the Smallest Windows App [video]

2 点作者 Decabytes超过 2 年前

1 comment

sylware超过 2 年前
This is not a right reason to code asm.<p>One of the main right reasons is to increase the independence from the lock-in of compilers, usually via absurd size and complexity, and the never-ending planned obsolescence of the language syntaxes (ISO or compiler specific extensions) they implement (the worst are c++ and similar due to their beyond sanity syntax complexity).<p>Of course, coding asm with an ultra-complex macro preprocessor is pointless. The assembler and macro preprocessor should be programs order of magnitude simpler than compilers (to keep the door open for alternatives).