flat assembler
Message board for the users of flat assembler.
Index
> Main > What mistake you make the most in Assembly? |
Author |
|
idle 12 Apr 2021, 17:04
Code: sub eax,eax cmovnz eax,dword[eax] |
|||
12 Apr 2021, 17:04 |
|
sts-q 13 Apr 2021, 04:57
I am always confused when to push/pop regs.
caller, callee, use other reg, ??? |
|||
13 Apr 2021, 04:57 |
|
bitRAKE 14 Apr 2021, 04:05
When using a stack frame I'll play with position of RSP and then forget I'm using RBP to reference parameters (which are no longer in the same place). It's hidden in macros so I don't feel so bad about doing it, but it wastes a trip to the debugger to remind me sometimes. (I could just fix the RSP register back to where it was, but there is no need when the frame clean-up will fix it.)
* I don't know if I do this the most - it just happened and is fresh in my mind. _________________ ¯\(°_o)/¯ “languages are not safe - uses can be” Bjarne Stroustrup |
|||
14 Apr 2021, 04:05 |
|
edfed 17 Apr 2021, 22:04
erase the c: disk in win98
|
|||
17 Apr 2021, 22:04 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.