where to get the I/O port addresses assignment
问题 I've been learning assembly language recently, and I already know how to use the in/out command. But I have some questions: where did the port addresses come from, like 0x70. How do I know how many ports my computer has and the addresses of them. I've checked the Intel developer's manual, but I can't find the answer. Thank you for your attention 回答1: There's a maximum of 65536 IO ports, and most aren't used. The IO ports that are used on a modern PC can be split into 2 categories: PCI devices