List Question
20 TechQA 2022-06-02T03:05:40.053000random effects test in GLMM or zero-inflated mixed model
382 views
Asked by 나수빈
What do the `uxtx` and `sxtx` extensions mean for 32-bit AArch64 `adds` instruction?
1.9k views
Asked by John Källén
From word to byte
761 views
Asked by user17341742
Adding a byte from memory to the AX register
1.3k views
Asked by CompSciStudent
Assembly (AT&T) read memory to register?
285 views
Asked by AudioBubble
Didn't understand the movzx command
61 views
Asked by roye1233
Question regarding converting assembly to c -- specifically what the movzbl instruction does?
568 views
Asked by 210312312
x86 assembly - mov and movzx from dword to qword?
1.6k views
Asked by Martin
Moving a value of a lesser size into a register
1.3k views
Asked by samuelbrody1249
when do use extension move instruction in assembly language
245 views
Asked by MusicalChicken
Problem to store value from register into memory, ARM 32 bit
1.5k views
Asked by Encapsulation
MOV 8 bit to 16 bit register (al to bx)
3.9k views
Asked by Slack Bot
How to isolate byte and word array elements in a 64-bit register
894 views
Asked by Austin25
Why movzbl is used in assembly when casting unsigned char to signed data types?
1.5k views
Asked by Sean
shift right and shift left assembly language
1k views
Asked by Amer Syouri
How is MOVSX instruction sign extending input in this case?
1k views
Asked by Neon Flash
Zero/sign-extend are no-op, why then instructions for each size type?
2.5k views
Asked by yudre
andi vs. addi instruction in MIPS with negative immediate constant
13.4k views
Asked by Lin Yu Cheng
Translate assembly instructions to c++
132 views
Asked by 1ntgr
MASM Assembly move 8 bit register to the 16 bit register (ie. mov cx, ch)
8.1k views
Asked by Bartłomiej Szałach