From: Littlefield, T. <ty...@ty...> - 2010-12-17 06:43:10
|
hello all, I have a quick question. I have the following: section .data ptr dd 0 array times 100 db 0 Now, when I want to assign array to p, I can't mov it--how can I assign the pointer to point there? Last, is there a way to get the type of processor? (32-64), as that will make a difference on the code in some places? -- Thanks, Ty |