Search code examples
`zsh: invalid system call: ./hello` when running my arm64 assembly on my apple-silicon mac...


macosassemblyruntime-errorarm64apple-silicon

Read More
Why doesn't my code sort numbers greater than 128?...


assemblyx86-64

Read More
C++ Is there any two function which don't gives same assembly code when compiled with -O3 one wi...


c++assembly

Read More
I'm having trouble finding my error on my Quadratic Formula Assembly Program (HLA)...


assemblyx86x87hla

Read More
Is it necessary to convert each Intermediate Representation instruction individually to Assembly in ...


assemblyinterpreterintermediate-language

Read More
x86-16: INT 13h does not read file correctly from the disk...


assemblynasmx86-16bootloader

Read More
Use Go runtime with -buildmode=c-archive...


goassemblystatic-linking

Read More
How exactly does the callstack work?...


assemblycpucallstacklow-levelcalling-convention

Read More
How to simulate pcmpgtq on sse2?...


assemblyssesimdsse2sse4

Read More
What is the most efficient way to do unsigned 64 bit comparison on SSE2?...


assemblyssesimdsse2

Read More
arm cortex-a53 switch from el3 secure to el1 non-secure problem...


assemblyarmboottrustzone

Read More
Why are the debugger and the code contradicting?...


debuggingassemblymotorola-6809

Read More
Understanding LW in MIPS...


assemblymipscpu-architecture

Read More
What does lw and bne in this situation mean?...


assemblymips

Read More
How to resolve EXC_BAD_ACCESS(code=2) when access to mmap allocated excutable page? on Apple silicon...


cmacosassemblycodesignapple-silicon

Read More
Call a function twice with Assembly and C++...


c++memoryassemblyhookinline-assembly

Read More
Assembly addition program...


assemblyx86

Read More
Is it possible to multiply by an immediate with mul in x86 Assembly?...


assemblyx86dosmultiplicationimmediate-operand

Read More
NASM x86 using of nonexisting segment register 7...


assemblyx86nasm

Read More
What is the meaning of DATA SEGMENT USE16 PARA PUBLIC 'DATA' when defining a data segment?...


assembly

Read More
How can I modify the stack with nasm, x86_64, linux functions (using `ret` keyword)?...


linuxassemblyx86-64nasmstack-memory

Read More
Show current assembly instruction in GDB...


assemblygdb

Read More
How can x86 bsr/bsf have fixed latency, not data dependent? Doesn't it loop over bits like the p...


performanceassemblyx86intelcpu-architecture

Read More
Bx register is always equal 1 after interapt int 33h in assembly 8086...


assembly

Read More
Triple fault when jumping to long mode x86_64...


assemblysegmentation-faultx86-64osdevgdt

Read More
Why does MASM return an error when using the XACQUIRE and XRELEASE prefixes?...


assemblymasm

Read More
Making a Celsius-to-Fahrenheit converter in PicoBlaze assembly work with a wider range of possible i...


assemblyinteger-overflowpicoblaze

Read More
How to implement Unreal mode with NASM (DOS)?...


assemblynasmx86-16dos

Read More
NASM says "Invalid combination of opcode and operands" for MUL with two operands...


assemblyx86nasmopcodeoperands

Read More
What does `var@GOTPCREL(%rip)` mean?...


assemblyx86-64dynamic-linkingattgot

Read More
BackNext