1
Where can I find code in Assembly to read files on the hard drive? For example, on FAT32 file system.
Or else, a description of your tables and organizations so I can program it myself.
I use the NASM as assembler, platform x8086. I want to do tests with a boot file that reads files from hard drive.
There are many versions of Assembly, please specify.
– Filipe Teixeira
@mustache I’ve already specified.
– Silva97
What you’ve already done?
– Maniero
@bigown still nothing, the idea would be to make a program that I could bootar, and it carried a file from the hard drive in memory for me to use to, for example, present its content on the screen. Or else, run in a way similar to what DOS does with files . com This I know how to do, just the matter of reading files that is a problem.
– Silva97