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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Question related to assembly programming

2 点作者 pencil超过 15 年前
Hello HN, Please tell me how many different varieties of assembly language exists like x86 etc,,their differences(how do they differ from one another) which varient should i choose? Please give me some insight on the tools that are needed for programming in assembly.some say i need to buy a intel 8085/8086 kit.but others say a simulator would do.i'am damn confused. also suggest good simulators if that's the case

1 comment

stonemetal超过 15 年前
x86 isn't an assembly language it is an instruction set. That is to say it provides an instruction that allows you to add the value at a memory location and a constant. Intel's assembly language exposes this instruction one way vs GNU's assmebly language that exposes this a different way. So you have instruction sets then you have for lack of a better word instruction patterns. So you can use GNU Assembler (GAS) with x86, power, and arm instructions is each a different language?<p>If you want to learn x86 assembly and have an x86 computer then all you need is an assembler. Have a power Mac then you have every thing you need to run power assembly. There is a free online book called the Art of Assembly.
评论 #1123437 未加载