include irvine32.inc
.data
i dword 1,2,34,5,6,7,8,9,0,11
.code
main proc

mov ecx,0;
mov esi,offset i
mov ecx,lengthof i;
;mov eax,ecx;
;call writeint;
call crlf
mov ebx,dword;
call dumpmem;

exit
main endp
end main

posted on 2013-02-25 19:16  叶城宇  阅读(164)  评论(0编辑  收藏  举报