flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid 17 Oct 2005, 21:47
1. label "my.arg4" is declared as dword. would you await
Code: data dw 4121 dup('0') declares label "data" with size 8242 size assigned? dup is for declaring arrays, for example "a rd 4" declares array of 4 dword elemts, addressed [a],[a+4],[a+8],[a+12] and this wouldnt' be possible if a would have size 16 bytes 2. there is no "mov [memory64],constant64" instruction |
|||
![]() |
|
ly 17 Oct 2005, 22:09
thanks vid
so the solution is: mov [my.arg4],'ABCD' mov [my.arg4+4],'EFGH' |
|||
![]() |
|
vid 17 Oct 2005, 22:50
yes, if you want to get: db 'ABCDEFGH'
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.