Top "Yasm" questions

Yasm is a modular assembler intended as a full rewrite of the Netwide Assembler (NASM).

Find which assembly instruction caused an Illegal Instruction error without debugging

While running a program I've written in assembly, I get Illegal instruction error. Is there a way to know which …

c linux assembly x86-64 yasm
make: Circular dependency dropped

I've already searched a long time on stackoverflow and other make manuals, websites but cannot find any trailing whitespace or …

assembly makefile yasm
Basic use of immediates vs. square brackets in YASM/NASM x86 assembly

Suppose I have the following declared: section .bss buffer resb 1 And these instructions follow in section .text: mov al, 5 ; mov-immediate …

assembly x86 nasm memory-address yasm
Cannot find yasm even though I have installed it

I got a strange problem. I tried to install x264. When run sudo ./configure --enable-shared, it gave: Found no assembler …

linux x264 yasm
What are the sizes of tword, oword and yword operands?

What are the sizes of tword, oword and yword operands, as used in the NASM/YASM manual? And on a …

assembly nasm word yasm word-size
How to generate a nasm compilable assembly code from c source code on Linux?

Test platform is 32 bit Linux. Basically, I know gcc can be used to generate both Intel and At&T …

assembly nasm gnu-assembler tasm yasm