标签: assembly x86 nasm
我将我的数组声明为:
lettersArray db 'a','a','b','b','c','c','d','d','e','e','f','f','$';
但我想将我的数组保存到特定的内存位置。有没有办法做这样的事情?