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 左右的数据,对其进行操作,然后将其写入另一个文件。我需要这样做至少 100 MB。我以前从未在汇编中做过任何文件 IO。
我需要调用哪些中断以及哪些寄存器需要包含哪些中断?
请指定您的目标操作系统。对于 DOS,谷歌搜索 Ralf Brown 的中断列表。对于 linux,查找 asm/unistd.h。