我的目的就是用linux system call: write, 來實現pascal 中的標準輸出write(). 可是,我運行的結果是 'VT102', 用debugger 發現有segmentation fault (我改用C 語言裏的printf, 然後用gcc 編譯, 輸出的就是正確的). 有沒有哪位熟悉匯編語言中使用Linux system call 的願意幫我看看是什麽問題? 十分感謝。。