Embeded strings in .text assembly section
Is there a way to have strings in the .text section instead of .data
section of nasm like this MASM code?
From
http://forum.tuts4you.com/topic/19678-how-to-define-local-string-in-masm/
invoke lstrcpy, addr szTemp, "Hello World!"
No comments:
Post a Comment