flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Signed numbers, calculator, fasm code |
Author |
|
edemko 24 Nov 2010, 08:45
Code: not dword [esi] not dword [esi+4] add dword [esi],1 adc dword [esi+4],0 equals Code: not dword[esi+4] neg dword[esi] adc dword[esi+4],0 ;ebx |
|||
24 Nov 2010, 08:45 |
|
ouadji 24 Nov 2010, 11:27
hi edemko, I've also seen a lot of little things like that ! But I think Tomasz does not favor the size, but rather to maintain readability. It is more difficult to change a optimized code ... and less easy to understand it after a while! I like much to optimize my code to the maximum, but sometimes i waste a lot of time to understand it again after a long time. |
|||
24 Nov 2010, 11:27 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.