flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 21 Apr 2010, 00:32
Code: usernames: db 'Mat',0 db 'Com',0 db 'Dod',0 usernumbers: dd 1009 dd 516 dd 71 mov ecx,1 ;array index lea eax,[ecx*4+usernames] ;pointer to 'Com' mov edx,[ecx*4+usernumbers] ;516 |
|||
![]() |
|
strind 21 Apr 2010, 22:47
Thanks! I also found info at the following sites:
*http://pages.cs.wisc.edu/~cs354-1/onyourown/arrays.html *http://cs.colgate.edu/faculty/nevison/cs201web/lectureNotes/arraysandpointers.ppt *http://highered.mcgraw-hill.com/sites/dl/free/0072467509/104652/PattPatelCh16.ppt Are they anymore example packages for fasm other than the one included? MASM has well over 90 examples while fasm barely has 10. |
|||
![]() |
|
strind 21 Apr 2010, 23:05
Also, could someone point me to an example or put up some code as to how to use SetDlgItemText in assembly...I see some examples for GetDlgItemText.
|
|||
![]() |
|
baldr 22 Apr 2010, 05:20
strind,
Google invoke SetDlgItemText search shows Iczelion's tutorial (not directly about SetDlgItemText, but uses a lot of them) link as a first result. Isn't it faster than waiting for answers here? |
|||
![]() |
|
revolution 22 Apr 2010, 06:34
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for life.
Google is your friend. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.