瀏覽單個文章
重建創世紀
*停權中*
 
重建創世紀的大頭照
 

加入日期: Apr 2011
您的住址: 寰瀛一隅
文章: 45
Cool

引用:
作者萬博
那有什麼難的

org 0100H
jmp _start
hello db 'Hello world!',13,10,'$' ; end at $
_start:
; Write 'Hello world!' to the screen
mov ah,9 ; write code 9 for print
mov dx,hello ; string to write
int 21h ; call the kernel
; Terminate program
mov ah,04ch ; 'exit' system call
int 21h ; call the kernel

可以領錢了嗎


目前本公司發展之主要方向,為提供大型企業人力支援,

因此所需之人才,須具有參與網站程式專案3年以上之開發經驗。

很抱歉,我們暫時無法提供合適您長才之職缺,

祝福您 早日找到適合的最佳工作!!
 
舊 2011-09-15, 11:11 AM #12
回應時引用此文章
重建創世紀離線中