List Question
10 TechQA 2020-10-15 22:02:06Question regarding converting assembly to c -- specifically what the movzbl instruction does?
494 views
Asked by 210312312
What do the `uxtx` and `sxtx` extensions mean for 32-bit AArch64 `adds` instruction?
1.8k views
Asked by John Källén
Can "mov eax, 0x1" always be used instead of "mov rax, 0x1"?
3.6k views
Asked by Tyilo
x86 assembly - mov and movzx from dword to qword?
1.6k views
Asked by Martin
Zero/sign-extend are no-op, why then instructions for each size type?
2.4k views
Asked by yudre
random effects test in GLMM or zero-inflated mixed model
324 views
Asked by 나수빈
Why movzbl is used in assembly when casting unsigned char to signed data types?
1.5k views
Asked by Sean
How to isolate byte and word array elements in a 64-bit register
854 views
Asked by Austin25
x86_64 registers rax/eax/ax/al overwriting full register contents
71.9k views
Asked by GreyCat
Adding a byte from memory to the AX register
1.2k views
Asked by CompSciStudent