- `DE` - 16-bit parameter to pass to the driver. ### Returns - `A` - `ERR_SUCCESS` if successful, otherwise an error code. - `DE` - Driver-specific return value. ## `mkdir` Create a directory. If any of the directories in the path do not exist, this will fail. Clobbers `...
When I began hacking with computers, my first interest was speed. So, when I got around assembler, I programmed the floppy to do much of the work, because it's clock rate was higher than that of my C64. This was my first experience with client/server techniques. ...
this project. The CCP module is a set of two registers 8-bits wide + 1 control register that can be setup to “raise a flag” when either a value from timer1 has been captured, or when timer1 has reached a certain value. It can be used to control the time base for a Pulse Width...
When I began hacking with computers, my first interest was speed. So, when I got around assembler, I programmed the floppy to do much of the work, because its clock rate was higher than that of my C64. This was my first experience with client/server techniques. ...