RE: petes asm.e question.
- Posted by Hayden McKay <hmck1 at dodo.com.au> Sep 01, 2004
- 665 views
I was trying to replace my fastfile.e lib with an assembly routine to see if I could get some extra speed. the filename buf and the read/write buf pointers are placed in ds:dx. The fastfile.lib is currently on par with Euphoria's read/write routines. I was just looking for some extra speed. I use it frequently to load in "intelhex" format records and other data that can be modified then written back out to disk with not much effort. n.b. I use "int #21" to call dos interrupt useing the july/9/2000 ver from Alexander's mini debugger.