Jump to content

Mu Read: Difference between revisions

From EDM2
Created page with "{{DISPLAYTITLE:mu_Read}} mu_Read is passed a seek offset, a far pointer to a data buffer, and the size of the data buffer. The returned value(in DX:AX) indicates the number of..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:mu_Read}}
{{DISPLAYTITLE:mu_Read}}
mu_Read is passed a seek offset, a far pointer to a data buffer, and the size of the data buffer. The returned value(in DX:AX) indicates the number of bytes actually read.  
mu_Read is passed a seek offset, a far pointer to a data buffer, and the size of the data buffer. The returned value(in DX:AX) indicates the number of bytes actually read.
[[Category:IFS]]
 
[[Category:IFS Interfaces]]

Latest revision as of 21:26, 20 November 2019

mu_Read is passed a seek offset, a far pointer to a data buffer, and the size of the data buffer. The returned value(in DX:AX) indicates the number of bytes actually read.