Search code examples
What does "#APP" in the assembly file generated by compiler mean?...


cgccassemblydirectiveinline-assembly

Read More
How do I create a macro with conditional assembly...


assemblymacrosgnuriscvgnu-assembler

Read More
How to declare a variable (in data section) and load the address of the variable in arm64 assembly?...


assemblyarmarm64

Read More
converting 16-bit number into digits for led display...


assemblyatmega32

Read More
why does occurs this error :"undefined symbol:_i2c_port" in codevision AVR compiler?...


cassemblycompilationavri2c

Read More
How to convert an unsigned integer to floating-point in x86 (32-bit) assembly?...


assemblyx86sse

Read More
Segmentation Fault at LDR X10, [X9, #0]...


assemblyarmarm64armv8

Read More
RISC access address greater than largest integer register...


assemblycpu-architecturememory-addressaddressing-moderisc

Read More
Extracting instructions from an ELF file...


cassemblyelfriscv

Read More
RIP register size...


assemblyx86-64cpu-registersexploit

Read More
How to append to a file using x86-64 Linux system calls?...


linuxassemblyx86-64nasmsystem-calls

Read More
A couple of questions about [base + index*scale + disp] and AT&T disp(base, index, scale)...


assemblyx86attaddressing-modeintel-syntax

Read More
How to set gcc or clang to use Intel syntax permanently for inline asm() statements?...


gccassemblyx86inline-assemblyintel-syntax

Read More
How to see result of MASM directives such as PROC, .SETFRAME. .PUSHREG...


windowsassemblyx86-64masmstack-unwinding

Read More
Call C function from Assembly, passing args and getting the return value in the ARM calling conventi...


cassemblyarmcalling-convention

Read More
What is the meaning of the data32 data32 nopw %cs:0x0(%rax,%rax,1) instruction in disassembly of gcc...


cgccassemblyoptimizationx86

Read More
Would it be possible to write a HACK assembler in JACK?...


assemblycompiler-constructionnand2tetris

Read More
In a RISC/MIPS-32bit architecture, how does an instruction target a remote memory address that falls...


assemblymipscpu-architectureriscvaddressing-mode

Read More
how to get details about an "Environment call from M-mode" exception for ecall handler?...


exceptionassemblyriscvinterrupt-handlingriscv32

Read More
Why does iret from a page fault handler generate interrupt 13 (general protection fault) and error c...


assemblyx86kernel

Read More
Is the caller or callee responsible for freeing shadow store in x64 assembly (windows)?...


windowsassemblyx86-64calling-conventionstack-memory

Read More
Writing a compiler with Assembly?...


assemblycompiler-construction

Read More
BIOS read-character macro only works once in x86-16 MBR bootloader...


assemblynasmx86-16

Read More
Why is the order of arguments on stack is in such order that the first argument would be on the lowe...


assemblyparameter-passingmipscalling-convention

Read More
Is there a way to flush the entire CPU cache related to a program?...


c++assemblymemoryoptimizationcpu-cache

Read More
Problem with assembly (emu8086): It doesn't print the right value...


assemblyasciix86-16emu8086

Read More
How to call printf from a C function that I call in the MASM assembler?...


cassemblymasm

Read More
Nasm segmentation fault on RET in _start...


linuxassemblyx86nasm

Read More
Can you compile JavaScript to ARM assembly?...


javascriptassemblyarmgame-boy-advancenintendo-ds

Read More
Is it possible to use both 64 bit and 32 bit instructions in the same executable in 64 bit Linux?...


linuxassemblyx86x86-6432bit-64bit

Read More
BackNext