Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一度に約1KB程度のデータを読み込んで操作し、別のファイルに書き込む必要があります。少なくとも100MBはこれを行う必要があります。これまで、アセンブリでファイルIOを実行したことはありません。
どの割り込みを呼び出す必要があり、どのレジスタに何を含める必要がありますか?
対象のOSを指定してください。DOSの場合、RalfBrownの割り込みリストをグーグルで検索してください。Linuxの場合は、asm/unistd.hを探します。