The BIOS program can operate floppy disks such as INT0x13, but is there anything to read and write USB data?
assembly-language
"If you write ""USB data"" in a place where technicians gather like this, you'll get HID, CDC, and tsukkomi (or Oira). You should write ""Mass Storage Class"" more accurately."
https://teratail.com/questions/220939
However, INT13H
is the access interface for disk devices in the 16 bit generation of 8086 CPUs.Unsupported or unsupported for the following reasons:
INT13H
from the x64 appINT13H
UEFI
instead of BIOS
, and it is not made (CPU/mazabo) to work at 16 bits in the first placeINT13H
is not supported on x64 WindowsINT13H
If you go back to why you need INT13H
, this should be called an XY problem.If you're just interested in technology, you can end it with "none", or you can go back to your original request to ask this question.
© 2024 OneMinuteCode. All rights reserved.