Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Hildegunst von Mythenmetz of programming (condret@shitposter.world)'s status on Saturday, 03-May-2025 14:41:07 JST Hildegunst von Mythenmetz of programming
@pwm @nyanide intel syntax is objectivly better than atnt, however it is bloated. why write
mov eax, dwordptr [ebx]
if you could instead just write
mov eax, [ebx]
?