I'm getting your moneys' worth here 
I've started exploring the documents for programming the DR-DOS Multitasking API and although it is apparently easy to use, the examples all require a value to be pushed onto either the AL or DL register before calling &H2F and retrieving the result in AX/DX etc. Now what I know at this point about register level or asm could fill a byte...
I've pored over the PB manual/User guide and examples on this site but see no reference to getting a value to AL, DL et al
Can someone supply an example of how (if possible) it can be done?
------------------

I've started exploring the documents for programming the DR-DOS Multitasking API and although it is apparently easy to use, the examples all require a value to be pushed onto either the AL or DL register before calling &H2F and retrieving the result in AX/DX etc. Now what I know at this point about register level or asm could fill a byte...
I've pored over the PB manual/User guide and examples on this site but see no reference to getting a value to AL, DL et al
Can someone supply an example of how (if possible) it can be done?
------------------
Comment