I'm writing this file in assembly language and it reads a file which is 64,000 bytes long. I don't want to store it in RAM so I need to make it so that it reads one byte, manipulates the data, then store the next byte at the same address.
Any Ideas?
I am running on a MS-DOS boot disk on windows XP hardware (I don't know the specs) when ever I run it where I store the 64,000 I get an EMM error telling me I need to reboot.