How to read/write a byte?
Posted: Mon Aug 17, 2009 10:18 am
Hi,
I am trying to implement a way to save settings so they can be used for future boots. I plan to do this by writing a byte to the floppy to indicate what a setting is so at boot-up the setting can be read and set. But I have a problem, I don't know how to read/write a byte, I have looked everywhere but can't find the answer. Any help would be greatly appreciated.
Specs:
I am using NASM and 16 bit x86 assembly.
Joe
I am trying to implement a way to save settings so they can be used for future boots. I plan to do this by writing a byte to the floppy to indicate what a setting is so at boot-up the setting can be read and set. But I have a problem, I don't know how to read/write a byte, I have looked everywhere but can't find the answer. Any help would be greatly appreciated.
Specs:
I am using NASM and 16 bit x86 assembly.
Joe