文件名称: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