NASM學習之Windows下編寫16位程序

爲什麼80%的碼農都做不了架構師?>>>    NASM 16位彙編樣例文件(hello.asm): segment code ..start: mov ax,data mov ds,ax mov ax,stack mov ss,ax mov sp,stacktop mov ax,0x0600 mov bh,0x43 xor cx,cx mov dh,24 mov dl,79 int 0x10  
相關文章
相關標籤/搜索