I'll jump right to it, I need guidance to opening files in Assembly.
I'm only going over the basics (this is a High School crash-course) but I'm highly interested in encryption; right now however, I just need to understand the basics to file opening.
Any tutorial/link/code would be helpful, but a step-by-step with guidance or do-it-yourself with examples would be great.
By the way I'm doing this in 16-bit, so I don't know if that would make any difference in this area...
I'm only going over the basics (this is a High School crash-course) but I'm highly interested in encryption; right now however, I just need to understand the basics to file opening.
Any tutorial/link/code would be helpful, but a step-by-step with guidance or do-it-yourself with examples would be great.
By the way I'm doing this in 16-bit, so I don't know if that would make any difference in this area...
I'll jump right to it, I need guidance to opening files in Assembly.
I'm only going over the basics (this is a High School crash-course) but I'm highly interested in encryption; right now however, I just need to understand the basics to file opening.
Any tutorial/link/code would be helpful, but a step-by-step with guidance or do-it-yourself with examples would be great.
By the way I'm doing this in 16-bit, so I don't know if that would make any difference in this area...
16-bit x86 could mean using BIOS calls, DOS Interrupts, etc... which are you targeting?
BIOS Calls. I won't be working much with interrupts