English 中文(简体)
在什么地方,我找到了x86的组装机?
原标题:Where can I find an assembler for the x86?
  • 时间:2010-01-28 16:23:01
  •  标签:
  • x86
  • assembly

我在高中学习ASM-86语言,我想在家里做些什么节目。

你们是否知道这种语言有任何“比较”,我可以规划并观察记忆状况?

问题回答

通常称为“集会者”。

>>。 另一种极好的选择是:http://msdn.microsoft.com/en-us/library/4ks26t93%28VS.80%29.aspx” rel=“nofollow noreferer” 。

记得,他也想看到记忆(可能登记)。

挖泥gger是一种真正的痛苦,可与组装法合作。 (Don t带我错,I m a fanboy)。

“洞察”在后端使用 g子,尽管我曾试图在真正的方案中使用,但我无法正确工作。

开放Watcom项目有免费工具和窗户 de。 你们可以使用包括西非经货联盟或国家宇宙航行局在内的装饰转换器,以贴标签观察记忆。

如果你处于无赖状态,最容易的选择可能是:

两者都包含在您的短链氯化石蜡系统中(或者可以通过简单地从包装管理人中挑选出来自动安装)。 我个人喜欢开发“团结”系统。 YMMV。

如果说X86组装语言,那么:

I prefer yasm Supports 16, 32, and 64 bit coding and has fairly good macro support.

也可与组装者不同的平台连接,如fasm





相关问题
How can I do a CPU cache flush in x86 Windows?

I am interested in forcing a CPU cache flush in Windows (for benchmarking reasons, I want to emulate starting with no data in CPU cache), preferably a basic C implementation or Win32 call. Is there a ...

What are the names of the new X86_64 processors registers?

Where can I find the names of the new registers for assembly on this architecture? I am referring to registers in X86 like EAX, ESP, EBX, etc. But I d like them in 64bit. I don t think they are the ...

How do I disassemble raw 16-bit x86 machine code?

I d like to disassemble the MBR (first 512 bytes) of a bootable x86 disk that I have. I have copied the MBR to a file using dd if=/dev/my-device of=mbr bs=512 count=1 Any suggestions for a Linux ...

32bit application access to 64bit registry

I have an OS Shell written in 32bit that is replacing the Explorer.exe of a Vista machine. I run a utility which is also written in 32bit, which allows to switch between the Explorer shell and My ...

Left Shift Overflow on 68k/x86?

I heard that the Motorola 68000 and Intel x86 architectures handle overflow from left shifting differently. Specifically the 68k LSL vs. the Intel SAL/SHL assembly instructions. Does anyone know the ...

Translate a FOR to assembler

I need to translate what is commented within the method, to assembler. I have a roughly idea, but can t. Anyone can help me please? Is for an Intel x32 architecture: int secuencia ( int n, ...

热门标签