flat assembler
Message board for the users of flat assembler.
Index
> Main > Accessing different datasizes with ease |
Author |
|
vid 18 Jan 2006, 13:01
maybe this is what you want:
Code: label mydata_dq qword label mydata_dd dword mydata db 1,2,3,4,... ... mov al,[mydata] mov eax,[mydata_dd] movq mm0,[mydata_dq] |
|||
18 Jan 2006, 13:01 |
|
Madis731 18 Jan 2006, 18:09
Thanks
I tried hopelessly: Code: mydata_dq qword: ;and... qword mydata_dq label mylabel cast That's it! |
|||
18 Jan 2006, 18:09 |
|
Tomasz Grysztar 18 Jan 2006, 19:01
The noble TASM's syntax.
|
|||
18 Jan 2006, 19:01 |
|
RedGhost 19 Jan 2006, 05:09
since i starting using pushd with fasm and liked the feel i just made alot of macros to skip casting like "movb, movw, movd" etc
_________________ redghost.ca |
|||
19 Jan 2006, 05:09 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.