Search code examples
Can I use an EQU in z/OS HL/ASM for a value in a DC?...


assemblyzos

Read More
2-byte signed comparision...


assembly6502

Read More
Memory Leak caused by Roslyn, how do I contain it?...


c#assemblydelegatesconsole-applicationroslyn

Read More
How does the label in an ADRP instruction work in arm64?...


assemblyarmarm64instructions

Read More
Differences in .s assembly between GCC and mingw: How to compile QBE output on windows?...


assemblygccmingwabi

Read More
Confusion regarding CS and DS segment registers during bootloading process...


assemblyx86bootloaderosdevbios

Read More
Linking error [undefined reference to `asm_main()'] in linking Assembly to C...


cassemblygcclinker-errorsdjgpp

Read More
Intel x86 Assembly - Reading and copying the carry flag...


assemblyx86flagscarryflageflags

Read More
What is the most efficient way to write two (for example) bits of a register using cortex-m0 instruc...


assemblyarmcortex-m

Read More
What's the difference between a 'fast' (instruction) syscall and interrupt-driven system...


assemblyx86kernelcpu-architecturesystem-calls

Read More
Win64 NASM: Segfault in CommandLineArgvW...


assemblywinapix86nasmcommand-line-arguments

Read More
DOS debug like program for 32-bit x86 assembly...


debuggingassemblyx86x86-16dos

Read More
gcc gives weird Intel syntax...


assemblygccdisassemblyintel-syntax

Read More
What is difference between .fun: and fun: in assembly language?...


assemblyraspberry-piarmgnu-assembler

Read More
Does the order in which the labels are defined matter?...


assemblyx86-64nasm

Read More
Why does accessing a value held by a 16-bit register result in a Seg Fault, while doing the same ope...


assemblyx86segmentation-fault

Read More
What are the ESP and the EBP registers?...


assemblyx86stack-framestack-pointerframe-pointer

Read More
How to fix VFP asm code made for armeabi (arm5 or 6) to run on ARM v7?...


assemblyarmreverse-engineeringportingfpu

Read More
how to use mov ah, 0 int 16h so that the snake moves continuously...


assemblybufferx86-16tasmdosbox

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...


assemblyx86compiler-constructionnested-functionstack-frame

Read More
Function returning a char vs. a char* string in ARM...


assemblyarm

Read More
how do i convert my assembly code to executable hex code?...


assemblyx86hexbuffer-overflowshellcode

Read More
Issue with div in NASM...


assemblyx86nasmdivision

Read More
How do I call "cpuid" in Linux?...


c++assemblygccx86cpuid

Read More
Is there a better method to store values in consecutive registers using indirect addressing?...


assembly8051

Read More
Int to string in 64x windows assembly(nasm)...


assemblyx86-64nasmmessageboxitoa

Read More
Assembly - Are there any languages other than C and C++ that allow for interaction with Assembly usi...


javac++cassemblyinline-assembly

Read More
2nd Stage Bootloader stuck in bootloop...


assemblyx86nasmosdev

Read More
adding NOP before trying to read the register value...


cassemblyembeddedriscv

Read More
Validating User Integer Input in MIPS Assembly...


validationassemblymipsmips32mars-simulator

Read More
BackNext