NASM汇编源码+教材

时间:2013-10-22 04:54:33
【文件属性】:
文件名称:NASM汇编源码+教材
文件大小:900KB
文件格式:RAR
更新时间:2013-10-22 04:54:33
NASM,汇编 NASM汇编源码+教材,很详细! define ARRAY_SIZE 100 %define NEW_LINE 10 segment .data FirstMsg db "First 10 elements of array", 0 Prompt db "Enter index of element to display: ", 0 SecondMsg db "Element %d is %d", NEW_LINE, 0 ThirdMsg db "Elements 20 through 29 of array", 0 InputFormat db "%d", 0 segment .bss array resd ARRAY_SIZE
【文件预览】:
pcasm-book-simplified-chinese.pdf
linux-ex.zip
ms-ex.zip

网友评论

  • 这个书相当得好,我是站在一个非“科班”人士的角度来评价的,循序渐进,一步一步引导。