flat assembler
Message board for the users of flat assembler.
Index
> Tutorials and Examples > Another Draw Line rutine |
Author |
|
macgub 15 Oct 2013, 06:48
Pablo, you implemented in assembler algo paining line using horizontal line drawing in inner loop. Nice.
I think instead: Code: .l: mov dword [edi],$ff00 add edi,4 sub ecx,1 jnz .l it can be: Code: push eax mov eax,$ff00 cld rep stosd pop eax |
|||
15 Oct 2013, 06:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.